opis/data-store
Opis Data Store is a library for storing and fetching structured collections of data.
Maintainers
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 354d6ba3264b251483cbda795dd3e5a71dbc7976
- Marius Sarca <marius.sarca.woop@gmail.com>
- Sorin Sarca <sarca_sorin.woop@hotmail.com>
This package is auto-updated.
Last update: 2021-01-06 11:43:18 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
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"
}
}
