Skip to content

flipbox/craft-psr6

Repository files navigation

PSR-6 Cache for Craft CMS

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 flipboxdigital/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.