sinevia/php-library-kvs

PHP Library Key Value Store

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sinevia/php-library-kvs

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

This package is auto-updated.

Last update: 2025-09-11 20:08:35 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