An open API service indexing awesome lists of open source software.

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

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.*