Skip to content

nmcteam/kvqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Packages

No packages published

Languages