brick / storage
This package is abandoned and no longer maintained.
No replacement package was suggested.
A common object storage interface
0.1.0
2017-11-06 16:22 UTC
Requires
- php: >=7.1
- brick/std: 0.1.*
Requires (Dev)
- aws/aws-sdk-php: 3.*
- phpunit/phpunit: ^6.4
- satooshi/php-coveralls: 1.*
Suggests
- aws/aws-sdk-php: To use S3Storage
This package is auto-updated.
Last update: 2025-06-05 20:43:25 UTC
README
A common object storage interface for PHP.
Introduction
This library offers a common interface that can be used to store objects in a filesystem, in a database, in the cloud (Amazon S3, ...), etc.
Installation
This library is installable via Composer:
composer require brick/storage
Requirements
This library requires PHP 7.1 or later.
Project status & release process
This library is abandoned and will not receive further development.