joomla / cache
Joomla Cache Package
                                    Fund package maintenance!
                                                                            
                                                                                                                                        joomla
                                                                                    
                                                                            
                                                                                                                                        community.joomla.org/sponsorship-campaigns.html
                                                                                    
                                                                
Installs: 18 457
Dependents: 2
Suggesters: 0
Security: 0
Stars: 5
Watchers: 11
Forks: 10
Open Issues: 0
Type:joomla-package
pkg:composer/joomla/cache
Requires
- php: ^5.3.10|~7.0
 
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
 - joomla/test: ~1.0
 - phpunit/phpunit: ^4.8.35|^5.4.3|~6.0
 
Suggests
- ext-apc: To use APC caching
 - ext-memcached: To use Memcached caching
 - ext-redis: To use Redis caching
 - ext-wincache: To use WinCache caching
 - ext-xcache: To use XCache caching
 - joomla/registry: Registry can be used as an alternative to using an array for the package options.
 
Conflicts
- psr/cache: *
 
README
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"