plaisio / blob-store
PhpPlaisio: BLOB Store
Installs: 2 666
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
This package is auto-updated.
Last update: 2024-11-04 11:37:39 UTC
README
This package defines an interface for storing and retrieving documents, images, objects, or any other data which we, since we are database enthusiasts, call BLOBs. A concrete implementation might use:
- a file system
- an object store such as Amazon Web Services S3 or OpenStack
- BLOBs in a MySQL database such as BLOB BLOB Store.
Design
This is an abstract, responsible and stable package. Hence, if you see little or non-recent activity in this repository it doesn't mean this projects is dead, but it means we have achieved one of the essentials goals of this package.
License
This project is licensed under the MIT license.