php-jsondb 一个PHP类,将JSON文件读取为数据库。 用于样本数据库。 用法 安装软件包编辑器composer require jajo/jsondb 初始化 <?php use Jajo \ JSONDB ; $ json_db = new JSONDB ( __DIR__ ); // Or passing the directory of your json files with no trailing slash, default is the current directory. E.g. new JSONDB( '/var/www/html/json_file