PSR-16 cache bridge for snicco/signed-url
This package provides a Psr16Storage
for snicco/signed-url
that allows you to use any PSR-16 cache as a storage backend for signed-urls.
composer require snicco/signed-url-psr16-bridge
use Snicco\Bridge\SignedUrlPsr16\Psr16Storage;
$psr_16_cache = /* your instantiated psr-16 cache*/
$psr_16_storage = new Psr16Storage($psr_16_cache);
This repository is a read-only split of the development repo of the Snicco project.
This is how you can contribute.
Please report issues in the Snicco monorepo.
If you discover a security vulnerability, please follow our disclosure procedure.