2017 © Pedro PelĂĄez
 

library access-watch

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

image

access-watch/access-watch

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  • Monday, December 11, 2017
  • by znarf
  • Repository
  • 0 Watchers
  • 2 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 17 Versions
  • 2 % Grown

The README.md

Access Watch PHP library

A PHP library to log and analyse HTTP requests using the Access Watch cloud service., (*1)

Based on the more generic Bouncer library., (*2)

Installation

Install the latest version with, (*3)

$ composer require access-watch/access-watch

Basic Usage

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

You will need an API key for it., (*5)

To get an API key, send us an email at api@access.watch and we will come back to you., (*6)

<?php

use \AccessWatch\AccessWatch;

$accessWatch = new AccessWatch(array(
  'apiKey' => 'ACCESS_WATCH_API_KEY_HERE',
));

$accessWatch->start();

Cache

Out of the basic logging scenario, to properly operate, a cache backend needs to be defined. If no cache is set, the library will try to use APC/APCu., (*7)

Check the documentation of the Bouncer library for more information about caching., (*8)

<?php

use \AccessWatch\AccessWatch;

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

$accessWatch = new AccessWatch(array(
  'apiKey' => 'ACCESS_WATCH_API_KEY_HERE',
  'cache' => new \Bouncer\Cache\Memcache($memcache)
));

$accessWatch->start();

Author

François Hodierne - francois@access.watch - http://access.watch/, (*9)

License

The Access Watch PHP library is licensed under the MIT License - see the LICENSE file for details, (*10)

The Versions

11/12 2017

dev-master

9999999-dev https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

25/02 2017

2.2.3

2.2.3.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

22/02 2017

2.2.2

2.2.2.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

18/02 2017

2.2.1

2.2.1.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

18/02 2017

2.2.0

2.2.0.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

13/12 2016

2.1.0

2.1.0.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

18/10 2016

2.0.11

2.0.11.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

20/07 2016

2.0.10

2.0.10.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

19/07 2016

2.0.9

2.0.9.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

13/07 2016

2.0.8

2.0.8.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

01/07 2016

2.0.7

2.0.7.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

30/06 2016

2.0.6

2.0.6.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

02/06 2016

2.0.5

2.0.5.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

19/05 2016

2.0.4

2.0.4.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

14/05 2016

2.0.3

2.0.3.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

10/05 2016

2.0.2

2.0.2.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer

26/04 2016

2.0.1

2.0.1.0 https://github.com/access-watch/access-watch-php

A PHP library to log and analyse HTTP traffic using the Access Watch cloud service.

  Sources   Download

MIT

The Requires

 

log logging http request analysis traffic bouncer