2017 © Pedro Peláez
 

library laravel4-ironcache

Iron.io cache service provider for Laravel 4

image

dietervds/laravel4-ironcache

Iron.io cache service provider for Laravel 4

  • Monday, May 8, 2017
  • by dietervds
  • Repository
  • 2 Watchers
  • 5 Stars
  • 90 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

laravel-ironcache (No longer actively supported)

Implements IronCache (http://www.iron.io/cache) as a Laravel 4 cache driver., (*1)

Installation

Add laravel4-ironcache to your composer.json file:, (*2)

"require": {
  "dietervds/laravel4-ironcache": "dev-master"
}

Run composer to pull it in:, (*3)

$ composer update

Add the service provider in app/config/app.php:, (*4)

'Dietervds\IronCache\IronCacheServiceProvider',

Configuration

Publish the package-specific configuration file:, (*5)

php artisan config:publish dietervds/laravel4-ironcache

This will create a configuration file in app/config/packages/dietervds/laravel4-ironcache/config.php.
Open it and give it the neccesary Iron.io credentials and cache name., (*6)

Set your cache driver in app/config/cache.php:, (*7)

'driver' => 'ironcache',

Usage

Once the above steps are complete, you can use Ironcache as you would any cache function in Laravel.
More on how to do this, check out the Laravel cache documentation: http://laravel.com/docs/cache, (*8)

Feedback

This is my first own open-source package, so any feedback is even more welcomed then it otherwise is.
I'm looking to learn from this, so don't be shy!, (*9)

The Versions

08/05 2017

dev-master

9999999-dev https://github.com/dietervds/laravel4-ironcache

Iron.io cache service provider for Laravel 4

  Sources   Download

MIT

The Requires

 

by Dieter Van der Stock

laravel cache iron.io ironcache

25/11 2013

v1.1

1.1.0.0 https://github.com/dietervds/laravel4-ironcache

Iron.io cache service provider for Laravel 4

  Sources   Download

MIT

The Requires

 

by Dieter Van der Stock

laravel cache iron.io ironcache

25/11 2013

dev-develop

dev-develop https://github.com/dietervds/laravel4-ironcache

Iron.io cache service provider for Laravel 4

  Sources   Download

MIT

The Requires

 

by Dieter Van der Stock

laravel cache iron.io ironcache

15/10 2013

v1.0

1.0.0.0 https://github.com/dietervds/laravel4-ironcache

Iron.io cache service provider for Laravel 4

  Sources   Download

MIT

The Requires

 

by Dieter Van der Stock

laravel cache iron.io ironcache