Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

pinfirestudios/craft-psr16

 
 

Repository files navigation

PSR-16 Cache for Craft CMS

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

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

Installation

To install, use composer:

composer require flipboxfactory/craft-psr16

Testing

$ ./vendor/bin/phpunit

Usage

Define it as a component in your plugin

'components' => [
    'psr16cache' => [
        'class' => flipbox\craft\psr16\SimpleAdapterCache::class
     ]
]

or via your composer as an 'extra' definition

"components": {
  "psr16cache": "flipbox\\craft\\psr16\\SimpleAdapterCache"
}

Contributing

Please see CONTRIBUTING for details.

Credits

License

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

About

PSR-16 Cache for Craft CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%