2017 © Pedro PelĂĄez
 

library bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

image

bouncer/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  • Thursday, October 19, 2017
  • by znarf
  • Repository
  • 2 Watchers
  • 48 Stars
  • 382 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 25 Versions
  • 1 % Grown

The README.md

Bouncer

Build Status Scrutinizer Code Quality, (*1)

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents., (*2)

Installation

Install the latest version with, (*3)

$ composer require bouncer/bouncer

Basic Usage

Start Bouncer as soon as possible in your codebase., (*4)

<?php

use \Bouncer\Bouncer;

$bouncer = new Bouncer();

$bouncer->start();

Cache

To properly operate, a cache backend needs to be defined. If no cache is set, Bouncer will try to use APC/APCu., (*5)

<?php

use \Bouncer\Bouncer;

$memcache = new Memcache();
$memcache->addServer('localhost');

$bouncer = new Bouncer(array(
  'cache' => \Bouncer\Cache\Memcache($memcache)
));

$bouncer->start();

Author

François Hodierne - francois@hodierne.net - http://francois.hodierne.net/, (*6)

License

Bouncer is licensed under the MIT License - see the LICENSE file for details, (*7)

The Versions

19/10 2017

dev-master

9999999-dev https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

19/10 2017

2.2.2

2.2.2.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

24/02 2017

2.2.1

2.2.1.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

24/02 2017

2.1.x-dev

2.1.9999999.9999999-dev https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

24/02 2017

2.2.0

2.2.0.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

12/12 2016

2.1.0

2.1.0.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

28/10 2016

2.0.17

2.0.17.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

18/10 2016

2.0.16

2.0.16.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

14/07 2016

2.0.15

2.0.15.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

30/06 2016

2.0.14

2.0.14.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

22/06 2016

2.0.13

2.0.13.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

20/06 2016

2.0.12

2.0.12.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

17/06 2016

2.0.11

2.0.11.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

02/06 2016

2.0.10

2.0.10.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

02/06 2016

2.0.9

2.0.9.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

17/05 2016

2.0.8

2.0.8.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

13/05 2016

2.0.7

2.0.7.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

12/05 2016

2.0.6

2.0.6.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

10/05 2016

2.0.5

2.0.5.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

09/05 2016

2.0.4

2.0.4.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

09/05 2016

2.0.3

2.0.3.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

05/05 2016

2.0.2

2.0.2.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

27/04 2016

2.0.1

2.0.1.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

26/04 2016

2.0.0

2.0.0.0 https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

log logging bouncer

05/02 2016

dev-next

dev-next https://github.com/znarf/bouncer

A PHP library to log and analyse HTTP traffic, throttle and block suspicious agents.

  Sources   Download

MIT

The Requires

 

The Development Requires

bouncer