Download the PHP package iainconnor/illuminate-to-doctrine-cache without Composer
On this page you can find all versions of the php package iainconnor/illuminate-to-doctrine-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iainconnor/illuminate-to-doctrine-cache
More information about iainconnor/illuminate-to-doctrine-cache
Files in iainconnor/illuminate-to-doctrine-cache
Download iainconnor/illuminate-to-doctrine-cache
More information about iainconnor/illuminate-to-doctrine-cache
Files in iainconnor/illuminate-to-doctrine-cache
Vendor iainconnor
Package illuminate-to-doctrine-cache
Short Description Provides a mapping between Illuminate and Doctrine Cache components.
License
Package illuminate-to-doctrine-cache
Short Description Provides a mapping between Illuminate and Doctrine Cache components.
License
Please rate this library. Is it a good library?
Informations about the package illuminate-to-doctrine-cache
Illuminate To Doctrine Cache
Provides a mapping between Illuminate and Doctrine Cache components.
Installation
From composer, composer require iainconnor/illuminate-to-doctrine-cache
.
Usage
- Configure your Illuminate cache as normal in Laravel or Lumen.
- Add
\IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheServiceProvider
in Laravel or Lumen. - Fetch
\IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheFactory
from the service container. - Call the
getDoctrineCacheForIlluminateCache()
method to get an instance of\Doctrine\Common\Cache\Cache
for your configured Illuminate cache. - Be sure to catch and handle
\IainConnor\IlluminateToDoctrineCache\NoMatchingCacheException
, which will be thrown if no matching Doctrine cache can be found for your Illuminate cache.
Currently supported Illuminate cache drivers areredis
,memcached
,file
,array
andapc
.
All versions of illuminate-to-doctrine-cache with dependencies
PHP Build Version
Package Version
The package iainconnor/illuminate-to-doctrine-cache contains the following files
Loading the files please wait ....