2017 © Pedro Peláez
 

library cache

PHP Cache Library

image

phpcachex/cache

PHP Cache Library

  • Thursday, August 6, 2015
  • by garming
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

# PHP Cache Library

Requirements

  • php5.6+

Installation

  • composer.json, (*1)

    "require":
        {
             "phpcachex/cache":  "dev-master"
        }
    
  • command
    composer install or composer update, (*2)

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/, (*3)

The Versions

06/08 2015

dev-master

9999999-dev https://github.com/garming/cache/blob/master/README.md

PHP Cache Library

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Garming Lau

cache memcached

06/08 2015

v1.0.0

1.0.0.0

PHP Cache Library

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Garming Lau

cache memcached

06/08 2015

v0.1.0

0.1.0.0

PHP Cache Library

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

by Garming Lau

cache memcached