PHPackages                             fire015/flintstone - 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. [Database &amp; ORM](/categories/database)
4. /
5. fire015/flintstone

ActiveLibrary[Database &amp; ORM](/categories/database)

fire015/flintstone
==================

A key/value database store using flat files for PHP

v2.3.0(5y ago)285108.7k↓40.8%32[1 PRs](https://github.com/fire015/flintstone/pulls)7MITPHPPHP &gt;=7.3

Since Mar 11Pushed 2y ago18 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (12)Used By (7)

Flintstone
==========

[](#flintstone)

[![Total Downloads](https://camo.githubusercontent.com/d440e9441b4a329f2bf6d7c5fa998d728ca4fcac94000a0735d5ffdb55194e7a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f666972653031352f666c696e7473746f6e652e737667)](https://packagist.org/packages/fire015/flintstone)[![Build Status](https://camo.githubusercontent.com/8ee85efe3600a4e1c566a660aef2a9c3d7643b5a31df5c1be9a008db9e3e0b6a/68747470733a2f2f7472617669732d63692e636f6d2f666972653031352f666c696e7473746f6e652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/github/fire015/flintstone)

A key/value database store using flat files for PHP.

Features include:

- Memory efficient
- File locking
- Caching
- Gzip compression
- Easy to use

### Installation

[](#installation)

The easiest way to install Flintstone is via [composer](http://getcomposer.org/). Run the following command to install it.

```
composer require fire015/flintstone

```

```
