sinevia/php-library-kvs

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

This package is auto-updated.

Last update: 2024-09-11 18:02:23 UTC


README

PHP 键值存储

背景

安装

将以下内容添加到您的 composer 文件中

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

使用方法