gbBotDetectPlugin plugin
Overview
The gbBotDetectPlugin is a symfony plugin that provides bots detections.
Installation
1.Download and install the plugin
1.1 Using the Symfony plugin installation task:
./symfony plugin:install gbBotDetectPlugin --stability=beta
1.2 Using the svn version
cd plugins
svn co http://svn.symfony-project.com/plugins/gbBotDetectæPlugin
Configuration
1.Enable the plugin into your ProjectConfiguration
Edit your application config/ProjectConfiguration.class.php to enable the gbBotDetect plugin, and add the line below in the setup function
$this->enablePlugins('gbBotDetectPlugin');
@TODO
You can edit your application app.yml :
@TODO
TODO
- Finish documentation
- Add a update bots list task
- Add Database version with Administration Module