-
Notifications
You must be signed in to change notification settings - Fork 0
nmcteam/kvqlite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
h1. KVQLite Simple URL-key, Value JSON Store Dependencies: SQLite, PHP 5.2 Command-line Usage: php index.php [method=post|get] [key=uri] [json value if post] CLI Usage: php index.php post /hello '"World"' php index.php get /hello > "World" HTTP Usage: curl -d '"World"' http://www.somesite.com/hello curl http://www.somesite.com/hello > "World"
About
A small key-value HTTP JSON store using GET/POST
Resources
Stars
Watchers
Forks
Releases
No releases published