承接 phpcachex/cache 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

phpcachex/cache

最新稳定版本:v1.0.0

Composer 安装命令:

composer require phpcachex/cache

包简介

PHP Cache Library

README 文档

README

=======================

Requirements

  • php5.6+

Installation

  • composer.json
"require":
      {
           "phpcachex/cache":  "dev-master"
      }
  • command
    composer install or composer update

Introduction

  • this is a php cache library,this version only contain Memcache

How to use Muticall

<?php
    $params = [
        [
            'host' => '127.0.0.1',
            'port' => 11211,
            'persistent' => 1,
        ]
    ];
    $instance = \PhpCacheX\Cache\Instance::get('Memcache',$params);
    $set = $instance->set('key','value');
    $rs = $instance->get('key');
?>

License

MIT License see http://mit-license.org/

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-06