Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.67 KB

PSR-16 cache bridge for snicco/signed-url

codecov Psalm Type-Coverage Psalm level PhpMetrics - Static Analysis PHP-Versions

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.

Installation

composer require snicco/signed-url-psr16-bridge

Usage

use Snicco\Bridge\SignedUrlPsr16\Psr16Storage;

$psr_16_cache = /* your instantiated psr-16 cache*/

$psr_16_storage = new Psr16Storage($psr_16_cache);

Contributing

This repository is a read-only split of the development repo of the Snicco project.

This is how you can contribute.

Reporting issues and sending pull requests

Please report issues in the Snicco monorepo.

Security

If you discover a security vulnerability, please follow our disclosure procedure.