Opis Data Store is a library for storing and fetching structured collections of data.
The full documentation for this library can be found here.
Opis Data Store is licensed under the Apache License, Version 2.0.
- PHP ^7.0
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"
}
}