PHPackages                             barbosa/papyrus - 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. barbosa/papyrus

ActiveLibrary

barbosa/papyrus
===============

Storing data in the file system with PHP

1.0(9y ago)126GLP-3.0PHP

Since Jul 15Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Papyrus: Storing data in the file system with PHP
=================================================

[](#papyrus-storing-data-in-the-file-system-with-php)

Generalities
------------

[](#generalities)

The Papyrus package can store information in files, perform queries, updates, and deletes data . All this, based on a primary key or identifier. The information is stored in JSON format.

Installation
------------

[](#installation)

To install via composer (), place the following in your composer.json file:

```
{
    "require": {
        "barbosa/papyrus": "dev-master"
    }
}

```

or download package from github.com:

```
http://github.com/barbosa89/papyrus

```

Configuration
-------------

[](#configuration)

Papyrus need to run an array of configurations and a path to the folder containing the files storage.

#### Configuration array

[](#configuration-array)

Create an array of configurations in a file or in the file which instances to Papyrus. The array must have two key, extension and files:

```
