opis / data-store
This package is abandoned and no longer maintained.
No replacement package was suggested.
Opis Data Store is a library for storing and fetching structured collections of data.
1.0.2
2018-06-18 23:26 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2021-01-06 11:43:18 UTC
README
Opis Data Store is a library for storing and fetching structured collections of data.
Documentation
The full documentation for this library can be found here.
License
Opis Data Store is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.0
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" } }