Download the PHP package clickalicious/cachingmiddleware without Composer
On this page you can find all versions of the php package clickalicious/cachingmiddleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download clickalicious/cachingmiddleware
More information about clickalicious/cachingmiddleware
Files in clickalicious/cachingmiddleware
Package cachingmiddleware
Short Description CachingMiddleware - The caching middleware compatible to PSR-7 stack implementations.
License BSD-3-Clause
Homepage https://github.com/clickalicious/CachingMiddleware
Informations about the package cachingmiddleware
The PSR-7 middleware for caching compatible to PSR-6.
Table of Contents
- Features
- Example
- Requirements
- Philosophy
- Versioning
- Roadmap
- Security-Issues
- License »
Features
- Caching of almost any content produced in a PHP execution loop like
PHP,HTML(...) - Stackable into
PSR-7stacks for easy integration - Compatible to all
PSR-6caching implementations and a lot of caching backends - High performance (developed using a profiler)
- Lightweight and high-quality codebase (following
PSR-1,2,4,7) - 100%
PSR-7middleware compatibility - 100%
PSR-6caching compatibility - Clean & well documented code
- Unit-tested with a good coverage
Example
This is just a simple demonstration on how to get started using this middleware library in a very simple context. Put a Cache in queue and use a PSR-6 Cache (Filesystem as backend - but you could also use Redis, Memcached, MySQL or any other backend implemented a PSR-6 caching layer ...):
Requirements
PHP >= 5.6(compatible up to version7.2as well asHHVM)
Philosophy
Caching Middleware is a PSR-7 compatible middleware based on PSR-6 compatible cache implementations. Caching Middleware isn't a unicorn - it's good but it maybe going to change with time. Try it, run it ... ♥ it ;)
Versioning
For a consistent versioning we decided to make use of Semantic Versioning 2.0.0 http://semver.org. Its easy to understand, very common and known from many other software projects.
Roadmap
- [ ] Cache whole response instead just rendered HTML (Headers as well for example)
- [ ] Implement flysystem as Driver for
PSR-Cache
Security Issues
If you encounter a (potential) security issue don't hesitate to get in contact with us [email protected] before releasing it to the public. So i get a chance to prepare and release an update before the issue is getting shared. Thank you!
Participate & Share
... yeah. If you're a code monkey too - maybe we can build a force ;) If you would like to participate in either Code, Comments, Documentation, Wiki, Bug-Reports, Unit-Tests, Bug-Fixes, Feedback and/or Critic then please let us know as well!
Sponsors
Thanks to our sponsors and supporters:
| JetBrains | Navicat |
|---|---|
![]() |
![]() |
Copyright
All versions of cachingmiddleware with dependencies
shrikeh/teapot Version ^1.0
psr/http-message Version ^1.0
gpupo/cache Version ^1.2
wandu/http Version ^1.6

