Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 472 Bytes

Intrusion Detection System

Author Eko Junaidi Salam [email protected]

Filter based on PHPIDS with some modification

Thanks to all contributors of PHPIDS

How to use

  • Just include Ips.php singleton to your project

How to test

  • You can test the singleton using phpunit
composer install
composer run test

NB: Feel free to add some more test case.