2017 © Pedro Peláez
 

library stash

Stash module for Infuse Framework

image

infuse/stash

Stash module for Infuse Framework

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

stash

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status, (*1)

Mailer module for Infuse Framework, (*2)

Installation

Install the package with composer:, (*3)

composer require infuse/stash

Configuration

Add this to your config.php:, (*4)

'cache' => [
    'namespace' => 'namespace',
    'driver' => 'Stash\\Driver\\Predis',
    'options' => [
        'scheme' => 'tcp',
        'host' => '127.0.0.1',
        'port' => 6379
    ]
]

Add the services to your app's configuration:, (*5)

'services' => [
    // ...
    'stash' => 'Infuse\Stash\Stash',
    'stash_driver' => 'Infuse\Stash\StashDriver'
    // ...
]

The Versions

11/02 2017

dev-master

9999999-dev

Stash module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework cache stash infuse

27/08 2016

1.1

1.1.0.0

Stash module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework cache stash infuse

04/01 2016

1.0

1.0.0.0

Stash module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework cache stash infuse