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.

Package info

github.com/opis/data-store

Homepage

pkg:composer/opis/data-store

Statistics

Installs: 495

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2018-06-18 23:26 UTC

Requires

  • php: >=7.0.0

Requires (Dev)

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>

dataconfigopisdata-store

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