2792 private links
Send mail with php
Debugging tool for PHP
Gestion de document ODT open Office
PHP Debug Bar
Gestion de calendrier et de contact léger avec PHP et SQLite
PHP Simple HTML DOM Parser
Php construction d'une requête query http
php utf-8 problem
Aide a la saisie des commentaires dans le code php
eBook class PHP
Présentation Behat
Blog sur PHP
Human coder news
ids PHP
"How to install the PHPIDS?
Add phpids/phpids to your composer.json and run php composer.phar update.
Copy vendor/phpids/phpids/lib/IDS/Config.ini.php to a different place and adjust the configuration settings according to your needs.
How to use it in my application?
You can use the following code to include the PHPIDS and have access to the result object:
use IDS\Init;
use IDS\Monitor;
require_once 'vendor/autoload.php';
$request = array(
'REQUEST' => $_REQUEST,
'GET' => $_GET,
'POST' => $_POST,
'COOKIE' => $_COOKIE
);
$init = Init::init('path/to/Config.ini');
$ids = new Monitor($request, $init);
$result = $ids->run();
if (!$result->isEmpty()) {
// Take a look at the result object
echo $result;
}"
SQLite
SFTP Via SSH
Doc atoum
Optization of PHP procedures
PHP Generalist to connect on DB