Skip to content

Kajja/requestrecorder

Repository files navigation

kajja/requestrecorder

Build Status Scrutinizer Code Quality Code Coverage

This is a small PHP module to save HTTP request information in a database and to display the saved HTTP request information.

Currently, the only information that is saved are:

  • The requested URI
  • The request method
  • Datetime for the request
  • Session id, to be able to link a request to a session

The module also includes a presentation part that formats the HTTP-request records in the database to HTML, for simple integration into a web project.

There is a special adaptation to the Anax-MVC framework that can be used if you prefer it, see the Usage_with_Anax-MVC documentation.

By Mikael Feuk.

License

MIT

History

v 0.5 (2014-11-26)

About

PHP module to record HTTP requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages