sinevia/php-library-kvs

PHP Library Key Value Store

Maintainers

Package info

github.com/Sinevia/php-library-kvs

Homepage

pkg:composer/sinevia/php-library-kvs

Statistics

Installs: 75

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-11 21:13:45 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