Path

ez projects / phpids / news / phpids 1.0.0! out. now.


PHPIDS 1.0.0! Out. Now.

Today, our extension PHPIDS is finally surfacing with its very first stable release. Please feel free to download your copy now...

What has been accomplished so far?

At this point, the extension will enable you to use all functionality that is shipped alongside with library PHPIDS v0.7 (please see https://phpids.org for more information).

How to use it?

Easy as pie. Install the extension by throwing it into your extension directory; next enable it in your settings, regenerate autoloads and clear your INI-caches - there you go!
Now you are able to use the intrusion detection system. All you have to do is to execute the detection process by running one single command in your application:

phpIds::run();

This command will return boolean false (see eZ-Debug messages for details) or an IDS_Report-object that can be used for further examination. PHPIDS will only return examination reports that indicate the severity of a potential attack - no further steps will be taken!

You are still responsible to work with the resulting report, any escalation or action is up to you. For more information on how to work with IDS_Report-objects and impact values, please consult the official PHPIDS-documentation (https://phpids.org/faq/).

Feedback

is highly appreciated! There's a long way to go, all ideas are taken into consideration and new versions will be under way soon...

Comments

Log in or create a user account to comment.

Article info

0 comments