2017 © Pedro Peláez
 

library request_logger

log a request with the corresponding response

image

dwo/request_logger

log a request with the corresponding response

  • Thursday, July 14, 2016
  • by dave
  • Repository
  • 1 Watchers
  • 0 Stars
  • 319 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RequestLogger

:TODO:, (*1)

Example phpunit:

after the $this->client->request(); call, (*2)

$path = $this->client->getKernel()->getLogDir() .'/requestlogs.log';
$storage = new LogDirStorage($path);
$storage->addEntry(ReqresFactory::create($this->client->getInternalRequest(), $this->client->getInternalResponse()));

The Versions

14/07 2016

dev-master

9999999-dev https://github.com/davewwww

log a request with the corresponding response

  Sources   Download

MIT

The Requires

 

log request response