Download the PHP package dracoblue/doctrine-cache-profile-storage without Composer
On this page you can find all versions of the php package dracoblue/doctrine-cache-profile-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package doctrine-cache-profile-storage
doctrine-cache-profile-storage
By default the profiler for symfony stores it's data in file storage. If you want to use memcached or redis instead, you need a ProfileStorageInterface for this.
This library provides a simple Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface
for any Doctrine\Common\Cache\CacheProvider
.
Use Redis
Given:
- REDIS_HOST and REDIS_PORT are set as environment variables. You might use parameters instead, too.
- And redis extension is installed
Use Memcached
Given:
- MEMCACHED_HOST and MEMCACHED_PORT are set as environment variables. You might use parameters instead, too.
- And memcached extension is installed
License
This work is copyright by DracoBlue (http://dracoblue.net) and licensed under the terms of MIT License.
All versions of doctrine-cache-profile-storage with dependencies
PHP Build Version
Package Version
The package dracoblue/doctrine-cache-profile-storage contains the following files
Loading the files please wait ....