Download the PHP package mhujer/json-simple-db without Composer
On this page you can find all versions of the php package mhujer/json-simple-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mhujer/json-simple-db
More information about mhujer/json-simple-db
Files in mhujer/json-simple-db
Download mhujer/json-simple-db
More information about mhujer/json-simple-db
Files in mhujer/json-simple-db
Vendor mhujer
Package json-simple-db
Short Description Work with JSON file like with a simple database
License MIT
Homepage https://github.com/mhujer/json-simple-db
Package json-simple-db
Short Description Work with JSON file like with a simple database
License MIT
Homepage https://github.com/mhujer/json-simple-db
Please rate this library. Is it a good library?
Informations about the package json-simple-db
JSON SimpleDB 
For a project that generates static HTML I needed a data source, so I created this simple library for storing data in JSON. It is intended only for CLI usage by a single client, not for websites!
Usage
- Install the latest version with
composer require mhujer/json-simple-db
- Use it according to the example bellow and check the docblocks
Requirements
JSON SimpleDB works with PHP 5.6 or PHP 7.
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Author
Martin Hujer - http://www.martinhujer.cz
Changelog
1.1.1 (2015-11-26)
- Stored JSON is pretty printed
1.1.0 (2015-11-26)
- Added posibility to delete records
1.0.1 (2015-11-17)
- Comparator does strict matching
1.0.0 (2015-11-14)
- initial release
All versions of json-simple-db with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package mhujer/json-simple-db contains the following files
Loading the files please wait ....