Download the PHP package dongasai/laravel-psr-6-cache without Composer
On this page you can find all versions of the php package dongasai/laravel-psr-6-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dongasai/laravel-psr-6-cache
More information about dongasai/laravel-psr-6-cache
Files in dongasai/laravel-psr-6-cache
Package laravel-psr-6-cache
Short Description A PHP service that allows you to easily communicate with football-data.org apis using Laravel.
License MIT
Homepage https://github.com/einar-hansen/laravel-psr-6-cache
Informations about the package laravel-psr-6-cache
Laravel PSR-6 Cache
Fork from https://github.com/einar-hansen/laravel-psr-6-cache
This package adds PSR-6 cache support to Laravel 5.8 and above. Laravel 6 has PSR-6 support build in which can be used through the cache.psr6
container alias. You should install symfony cache if you go down this route.
Usage
To start using a Psr\Cache\CacheItemPoolInterface
typed implementation that stores data in Laravel's configured cache, add this to a service provider:
Right now you're all set to start injecting CacheItemPoolInterface
'd everywhere you need it.
Install
In order to install it via composer you should run this command:
Testing
Credits
This package is based on the package madewithlove/illuminate-psr-cache-bridge. It's modified to suit my preferences and is requiring PHP8.0.
About
Einar Hansen is a developer based in Oslo, Norway. You'll find more information about me on my website.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-psr-6-cache with dependencies
illuminate/cache Version >=5.8
illuminate/contracts Version >=5.8
psr/cache Version ^3.0