2017 © Pedro Peláez
 

library phpcache

Implemented PHP Cache Drivers (memcache, array or sample files)

image

millennium/phpcache

Implemented PHP Cache Drivers (memcache, array or sample files)

  • Tuesday, October 4, 2016
  • by desertknight
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHPCache

Implements Cache Drivers (apc, memcache, xcache and sample files), (*1)

SensioLabs Insight Travis CI Scrutinizer CI
SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage Build Status

Dependency Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Requirements:

  • "php": ">=5.3.0"

Suggest

  • "php-apc": "*"
  • "php-memcache": "*"

Features:

  • Maybe some refactoring and optimizing
  • Adding more Unit Tests

Installation and configuration:

Install with Composer, run:, (*3)

composer require millennium/phpcache

Usage examples:

<?php

require './vendor/autoload.php';

use Millennium\Cache\Cache;
use Millennium\Cache\Drivers\MemcacheDriver;

$test = array('1','2','3');

$driverTest1 = new Cache(new MemcacheDriver(array()));
$driverTest1->store("test", $test);
var_dump($driverTest1->fetch("test"));

Contributions

Contributions to PHPCache are welcome via pull requests., (*4)

License

PHPCache was created by Zlatko Hristov and released under the MIT License., (*5)

The Versions

04/10 2016

dev-master

9999999-dev

Implemented PHP Cache Drivers (memcache, array or sample files)

  Sources   Download

MIT

The Development Requires

by Zlatko Hristov

cache php memcache

04/10 2016

dev-analysis-X0wy3L

dev-analysis-X0wy3L

Implemented PHP Cache Drivers (memcache, array or sample files)

  Sources   Download

MIT

The Development Requires

by Zlatko Hristov

cache php memcache

21/02 2016

v2.0.1

2.0.1.0

Implemented PHP Cache Drivers (memcache, array or sample files)

  Sources   Download

MIT

The Development Requires

by Zlatko Hristov

cache php memcache

22/09 2015

v1.0.1

1.0.1.0

Implemented PHP Cache Drivers (memcache, array or sample files)

  Sources   Download

MIT

The Development Requires

by Zlatko Hristov

cache php memcache