Skip to content

infusephp/stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stash

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status

Mailer module for Infuse Framework

Installation

Install the package with composer:

composer require infuse/stash

Configuration

Add this to your config.php:

'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:

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

About

Stash module for Infuse Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages