Simple key value store implemented in PHP.
- simple API
- cross origin
- JSON-Patch
- multi tenant (by different buckets)
Copy src/kvs-config-sample.php to src/kvs-config.php and edit the configurations.
You also need a database available.
cd src && php -S localhost:8000
phpunit --testdox tests