https://github.com/vool/logger
Simple php/sqlLite logger
https://github.com/vool/logger
Last synced: 8 months ago
JSON representation
Simple php/sqlLite logger
- Host: GitHub
- URL: https://github.com/vool/logger
- Owner: vool
- Created: 2013-11-21T11:26:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-21T15:34:18.000Z (over 12 years ago)
- Last Synced: 2024-04-24T11:19:32.421Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple php/sqlLite logger
======
Log all GET requests to a sqlLite db as key/value pairs
#### Usage:
Log values:
/?temp=15&humidity=50&volume=11
Clear the db:
/?clear
- - -
**Note** - *Only for testing and debuging, no security or input sanitation etc.*