kajja / requestrecorder
PHP classes to store and retrieve HTTP-request info
v0.6
2014-12-03 20:32 UTC
Requires
- php: >=5.4
- mos/cdatabase: dev-master
This package is not auto-updated.
Last update: 2024-12-17 03:26:46 UTC
README
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)