joomla/cache

Joomla Cache Package

1.2.0 2018-05-25 02:15 UTC

This package is auto-updated.

Last update: 2024-04-17 22:30:56 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This package provides an implementation of the PSR-6 caching interface.

Deprecated

The joomla/cache package has been deprecated with no further updates planned. Use any PSR-6 or PSR-16 compliant package instead.

See https://framework.joomla.org/contribute

Requirements

  • PHP 7.0 or later

Installation via Composer

You can simply run the following from the command line:

composer require joomla/cache "~2.0@dev"

If you want to include the test sources, use

composer require --prefer-source joomla/cache "~2.0@dev"