opis / data-store
Opis Data Store is a library for storing and fetching structured collections of data.
Installs: 495
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/opis/data-store
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" } }