Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

opis/data-store

Repository files navigation

Opis Data Store

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"
    }
}

Packages

No packages published

Languages