2017 © Pedro Peláez
 

library illuminate-to-doctrine-cache

Provides a mapping between Illuminate and Doctrine Cache components.

image

iainconnor/illuminate-to-doctrine-cache

Provides a mapping between Illuminate and Doctrine Cache components.

  • Monday, January 22, 2018
  • by iainconnor
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,173 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Illuminate To Doctrine Cache

Provides a mapping between Illuminate and Doctrine Cache components., (*1)

Illuminate To Doctrine Cache, (*2)

Installation

From composer, composer require iainconnor/illuminate-to-doctrine-cache., (*3)

Usage

  1. Configure your Illuminate cache as normal in Laravel or Lumen.
  2. Add \IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheServiceProvider in Laravel or Lumen.
  3. Fetch \IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheFactory from the service container.
  4. Call the getDoctrineCacheForIlluminateCache() method to get an instance of \Doctrine\Common\Cache\Cache for your configured Illuminate cache.
  5. 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 are redis, memcached, file, array and apc.

The Versions

22/01 2018

dev-master

9999999-dev

Provides a mapping between Illuminate and Doctrine Cache components.

  Sources   Download

The Requires

 

The Development Requires

by Iain Connor

22/01 2018

1.0.1

1.0.1.0

Provides a mapping between Illuminate and Doctrine Cache components.

  Sources   Download

The Requires

 

The Development Requires

by Iain Connor

06/07 2017

1.0.0

1.0.0.0

Provides a mapping between Illuminate and Doctrine Cache components.

  Sources   Download

The Requires

 

The Development Requires

by Iain Connor