snicco/signed-url-psr16-bridge

Use any psr16 cache with snicco/signed-url

v1.9.0 2023-09-20 12:36 UTC

README

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.