neos/cache
composer require neos/cache
Neos Cache Framework
9.0.0-beta14
- Requires
- php: ^8.2
- psr/simple-cache: ^2.0 || ^3.0
- psr/cache: ^2.0 || ^3.0
- psr/log: ^2.0 || ^3.0
- neos/utility-files: self.version
- neos/utility-pdo: self.version
- neos/utility-opcodecache: self.version
- Requires (dev)
- mikey179/vfsstream: ^1.6.10
- phpunit/phpunit: ~9.1
- Suggest
- ext-igbinary: The igbinary extension is a replacement for the standard PHP serializer
- ext-memcache: If you have a memcache server and want to use it for caching.
- ext-memcached: Alternative, if you have a memcache server and want to use it for caching.
- ext-redis: If you have a redis server and want to use it for caching.
- Provides
- psr/cache-implementation: 2.0.0 || 3.0.0
- psr/simple-cache-implementation: 2.0.0 || 3.0.0
Readme excerpt
Neos Cache FrameworkThis is a generic cache package for use in projects. It implements PSR-6 and PSR-16 but also brings own interfaces used in Flow and Neos which support additional featuers.
NoteThis repository is a read-only subsplit of a package that is part of the Flow framework (learn more on http://flow.neos.io <http://flow.neos.io/>_).
All pull requests and issues should be opened in the main repository.
The package is usable without the Flow framework, but if you want to use it, please have a look at the Flow documentation <http://flowframework.readthedocs.org/en/stable/>_
InstallationInstall latest version via …
Read more
The same vendor provides 92 package(s).