Opis Data Store

Installation, licensing and requirements

This library is abandoned. Please consider using a different library.

Opis Data Store is a library for managing collections of data using an unified API to access the data values, no matter where they are stored.

To achieve this, you can used one of the existing drivers

or you can create your own driver.

License

Opis Data Store is licensed under Apache License, Version 2.0.

Requirements

  • PHP 7.0 or higher

Installation

Opis Data Store is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/data-store

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/data-store": "^1.0.0"
    }
}