vakata/ids

A simple PHP IDS based on Expose / PHPIDS rules

2.0.1 2023-12-21 11:29 UTC

This package is auto-updated.

Last update: 2024-04-21 12:10:13 UTC


README

Latest Version on Packagist Software License Build Status Scrutinizer Code Quality Code Coverage

A simple PHP IDS based on Expose / PHPIDS rules.

Install

Via Composer

$ composer require vakata/ids

Usage

$ids = new \vakata\ids\IDS();
$impact = $ids->analyzeData(['get' => $_GET, 'post' => $_POST ]);

Read more in the API docs

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email github@vakata.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.