fitdev-pro/json-db
Composer 安装命令:
composer require fitdev-pro/json-db
包简介
Simply implementation of data storage in json files
README 文档
README
PHP 7.0 Simply development data storage.
Installation
composer require fitdev-pro/json-db
Usage
Base usage
<?php use FitdevPro\JsonDb\Database; $db = new Database($file_system); $table = $db->getTable('Person'); $person = $table->findFirst(['email'=>'test@test.com']);
Contribute
Please feel free to fork and extend existing or add new plugins and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and may adapt the documentation.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-30