Download the PHP package lyhiving/filedb without Composer
On this page you can find all versions of the php package lyhiving/filedb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lyhiving/filedb
More information about lyhiving/filedb
Files in lyhiving/filedb
Download lyhiving/filedb
More information about lyhiving/filedb
Files in lyhiving/filedb
Vendor lyhiving
Package filedb
Short Description PHP File Dateabase base on json.
License MIT
Homepage https://github.com/lyhiving/filedb
Package filedb
Short Description PHP File Dateabase base on json.
License MIT
Homepage https://github.com/lyhiving/filedb
Please rate this library. Is it a good library?
Informations about the package filedb
filedb: File database
利用JSON的特性来写的一个文本数据库,主要用于简单的数据存储。
安装
使用 Composer
用法
初始化:
新增数据,返回一个KEY为MD5的唯一值。
如果要指定KEY值,请用@id@这个标签标示
获取全部数据:
获取指定ID数据:
获取指定条件(简单where)数据:
删除指定ID:
获取全表:
复制到另外一个表:
输出到csv文件:
All versions of filedb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-gd Version *
ext-gd Version *
The package lyhiving/filedb contains the following files
Loading the files please wait ....