sinevia/php-library-kvs

PHP Library Key Value Store

v1.0.0 2018-01-06 11:58 UTC

This package is auto-updated.

Last update: 2024-04-11 17:04:16 UTC


README

Key Value Store for PHP

Background

Installation

Add the following to your composer file:

   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/sinevia/php-library-kvs.git"
        }
    ],
    "require": {
        "sinevia/php-library-kvs": "dev-master"
    },

Usage