Recommend this page to a friend! |
Classes of Mohamed Samir | > | JLDB PHP JSON Lite DB | > | composer.json | > | Download |
|
![]() |
{ "name": "samirzz/jldb", "description": "Simple and powerfull tool that allows to use json file like a database. It provides collection of methods that you can use like a database query builder.", "license": "MIT", "authors": [ { "name": "Mohamed Samir", "email": "gm.mohamedsamir@gmail.com" } ], "minimum-stability": "dev", "require": { "php": "^7.2" }, "autoload": { "psr-4": { "Samirzz\\JsonDB\\": "src/" }, "files": [ "src/helpers/helpers.php" ] }, "require-dev": { "phpunit/phpunit": "^8.5" } } |