Download the PHP package enygma/expose without Composer
On this page you can find all versions of the php package enygma/expose. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download enygma/expose
More information about enygma/expose
Files in enygma/expose
Package expose
Short Description An intrusion detection library based on PHPIDS
License MIT
Homepage https://github.com/enygma/expose.git
Informations about the package expose
Expose: an IDS for PHP
Expose is an Intrusion Detection System for PHP loosely based on the PHPIDS project (and using its ruleset for detecting potential threats).
ALL CREDIT for the rule set for Expose goes to the PHPIDS project. Expose literally uses the same JSON configuration for its execution. I am not claiming any kind of ownership or authorship of these rules. Please see the PHPIDS github README for names of those who have contributed.
NOTE: An IDS system should not be relied upon for sole protection in your environment! It should only be used in the first level of threat identification. Please read up on "Defense in Depth" for more information on a layered security approach.
Quick Install
-
Install Composer:
-
Require Expose as a dependency using Composer:
- Install Expose:
Example Usage
Full Documentation
Full (current) documentation for Expose can be found here: ReadTheDocs for Expose
If you're curious as to the importance of application-level intrusion detection, check out this article on the OWASP site.
Feel free to contact me with questions or how you can help the project!
@author Chris Cornutt [email protected]
All versions of expose with dependencies
twig/twig Version 1.*|2.*
monolog/monolog Version ~1.4
symfony/console Version ~2.1|~3.0