PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mohamed Samir   JLDB PHP JSON Lite DB   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JLDB PHP JSON Lite DB
Manipulate database records stored as JSON files
Author: By
Last change:
Date: 4 years ago
Size: 661 bytes
 

Contents

Class file image 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" } }