2017 © Pedro Peláez
 

library cache

A conventional project tool for PHP and git.

image

phpfluent/cache

A conventional project tool for PHP and git.

  • Monday, January 29, 2018
  • by henriquemoody
  • Repository
  • 2 Watchers
  • 14 Stars
  • 31 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

PHPFluent\Cache

Build Status, (*1)

A fluent cache library for PHP built on the shoulders of Doctrine\Cache., (*2)

Installation

Package is available on Packagist, you can install it using Composer., (*3)

composer require phpfluent/cache

Usage

use PHPFluent\Cache\Cache;

/**
 * @var Doctrine\Common\Cache\Cache $doctrine
 */
$doctrine;

$cache        = new Cache($doctrine);
$cache['foo'] = 'bar'; //Caching the information

echo isset($cache['foo']);
echo $cache['foo'];

unset($cache['foo']);//Deleting the cache

The Versions

29/01 2018

dev-master

9999999-dev http://github.com/PHPFluent/Cache

A conventional project tool for PHP and git.

  Sources   Download

BSD-3-Clause New BSD

The Requires

 

The Development Requires

29/01 2018

1.0.3

1.0.3.0 http://github.com/PHPFluent/Cache

A conventional project tool for PHP and git.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

29/01 2018

1.0.2

1.0.2.0 http://github.com/PHPFluent/Cache

A conventional project tool for PHP and git.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

29/01 2018

1.0.1

1.0.1.0 http://github.com/PHPFluent/Cache

A conventional project tool for PHP and git.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

28/01 2015

1.0.0

1.0.0.0 http://github.com/PHPFluent/Cache

A conventional project tool for PHP and git.

  Sources   Download

New BSD

The Requires

 

The Development Requires