2017 © Pedro Peláez
 

library simple-cache

Small library defining a minimalistic caching interface and provides some basic implementations

image

jeroen/simple-cache

Small library defining a minimalistic caching interface and provides some basic implementations

  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations., (*1)

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Download count, (*2)

Installation

You can use Composer to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself., (*3)

Composer

To add this package as a local, per-project dependency to your project, simply add a dependency on jeroen/simple-cache to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on SimpleCache 2.x:, (*4)

{
    "require": {
        "jeroen/simple-cache": "~2.0"
    }
}

Manual

Get the SimpleCache code, either via git, or some other means. Also get all dependencies. You can find a list of the dependencies in the "require" section of the composer.json file. Load all dependencies and the load the SimpleCache library by including its entry point: SimpleCache.php., (*5)

Running the tests

composer ci

Authors

SimpleCache has been written by Jeroen De Dauw as hobby project., (*6)

Release notes

2.1.0 (dev)

  • Dropped support for PHP 5.3, 5.4 and 5.5

2.0.0 (2014-08-19)

  • Renamed package from jeroen-de-dauw/simple-cache to jeroen/simple-cache
  • Removed SimpleCache.php entry point. Autoloading is now done via Composers PSR-4 support
  • Removed the MediaWiki extension registration and i18n support

1.0.3 (2013-08-07)

  • Removed pointless code from CombinatoryCache
  • Added missing test for CombinatoryCache

1.0.2 (2013-08-07)

  • Fixed bug in MediaWikiCache::has
  • Added unit tests for MediaWikiCache

1.0.1 (2013-07-15)

  • Added optional expiryTime parameter to the constructor of MediaWikiCache.

1.0.0 (2013-07-05)

  • Initial release.

The Versions

03/02 2018

dev-master

9999999-dev https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

  • php >=5.6.0

 

The Development Requires

cache simplecache

28/01 2018

dev-php72

dev-php72 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

cache simplecache

19/08 2014

2.0.0

2.0.0.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache

07/08 2013

1.0.3

1.0.3.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache

07/08 2013

1.0.2

1.0.2.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache

15/07 2013

1.0.1

1.0.1.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache

06/07 2013

1.0

1.0.0.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache

29/06 2013

0.1

0.1.0.0 https://github.com/JeroenDeDauw/SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0

 

cache simplecache