flipboxfactory/craft-psr6

PSR-6 Cache for Craft CMS

1.0.0-rc 2018-02-23 05:44 UTC

This package is auto-updated.

Last update: 2024-04-09 12:55:28 UTC


README

Join the chat at https://gitter.im/flipboxfactory/craft-psr6 Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

This package provides simple mechanism for PSR-6 Cache via Craft CMS.

Installation

To install, use composer:

composer require flipboxfactory/craft-psr6

Testing

$ ./vendor/bin/phpunit

Usage

Define it as a component in your plugin

'components' => [
    'psr6cache' => [
        'class' => flipbox\craft\psr6\Cache::class
     ]
]

or via your composer as an 'extra' definition

"components": {
  "psr6cache": "flipbox\\craft\\psr6\\Cache"
}

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.