kajja / requestrecorder
PHP classes to store and retrieve HTTP-request info
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kajja/requestrecorder
Requires
- php: >=5.4
- mos/cdatabase: dev-master
This package is not auto-updated.
Last update: 2025-10-07 07:18:57 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)