brick / storage
A common object storage interface
Installs: 863
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/brick/storage
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.