PHPackages                             ionut/securitylistener - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. ionut/securitylistener

Abandoned → [ionut/sylar](/?search=ionut%2Fsylar)Library[Security](/categories/security)

ionut/securitylistener
======================

Sylar it's the Intrusion Detection System(IDS) which you can trust!

v0.8(10y ago)25323[1 issues](https://github.com/IonutBajescu/securitylistener/issues)MITPHPPHP &gt;=5.4.0

Since Jun 28Pushed 10y ago4 watchersCompare

[ Source](https://github.com/IonutBajescu/securitylistener)[ Packagist](https://packagist.org/packages/ionut/securitylistener)[ Docs](http://securitylistener.ionut-bajescu.com)[ RSS](/packages/ionut-securitylistener/feed)WikiDiscussions next Synced 3d ago

READMEChangelogDependencies (6)Versions (14)Used By (0)

Sylar - Intrusion Detection System
==================================

[](#sylar---intrusion-detection-system)

[![Latest Version](https://camo.githubusercontent.com/581cfa72be5895ec01e318619ba72c0bcc32888a67e8f5a1f2a13768b6908336/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696f6e75742f73796c61722e7376673f7374796c653d666c61742d737175617265)](https://github.com/IonutBajescu/sylar/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/17d7cee3e39efea2af2b0190aa987b7b2c1a2afec20e4b44db976c84a7657236/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f496f6e757442616a657363752f73796c61722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/IonutBajescu/sylar)[![Coverage Status](https://camo.githubusercontent.com/cedef07fb60cf235f2b36c091ecfd3bc85136ab38889090ece3b0578a0ca413a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f496f6e757442616a657363752f73796c61722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/IonutBajescu/sylar/code-structure)[![Quality Score](https://camo.githubusercontent.com/2eaacad9ca168e8e7863fe89b61db2f81953033950dc9b856096b8950b55b2d3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f496f6e757442616a657363752f73796c61722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/IonutBajescu/sylar)[![Total Downloads](https://camo.githubusercontent.com/767883deb2c1c06fabf155cee09e7613b5bbf23157e19569c97d5e5a9c8d23bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696f6e75742f73796c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ionut/sylar)

What's the deal with video cameras? If the intruder is quick enough you might as well never find him.

Then why do people bother to install them? The truth hides behind finding common breaches and identifying areas that are a common target for intruders.

Sylar is like a video camera for your website, but better - it only records the requests that look like might harm your website. It doesn't block them nor remove the harmful characters - its only job is to show you areas of the website that are commonly tried to be breached by hackers .

Under the hood, it digests PSR-7 Requests and logs everything into PSR-3 Loggers, it follows BDD and the code is formatted based on the PSR-2 standard.

And it also has a nice dashboard that provides you in real-time with useful statistics about the latest attempted intrusions on your website.

Installation
------------

[](#installation)

`composer require ionut/sylar`

Quickstart
----------

[](#quickstart)

```
