PHPackages                             lyhiving/filedb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lyhiving/filedb

ActiveLibrary

lyhiving/filedb
===============

PHP File Dateabase base on json.

1.0.0(5y ago)06MITPHPPHP &gt;=5.4

Since Dec 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lyhiving/filedb)[ Packagist](https://packagist.org/packages/lyhiving/filedb)[ Docs](https://github.com/lyhiving/filedb)[ RSS](/packages/lyhiving-filedb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

filedb: File database
=====================

[](#filedb-file-database)

利用JSON的特性来写的一个文本数据库，主要用于简单的数据存储。

安装
--

[](#安装)

使用 Composer

```
{
    "require": {
            "lyhiving/filedb": "1.0.*"
    }
}
```

用法
--

[](#用法)

初始化：

```
