Download the PHP package live-controls/storage without Composer
On this page you can find all versions of the php package live-controls/storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download live-controls/storage
More information about live-controls/storage
Files in live-controls/storage
Download live-controls/storage
More information about live-controls/storage
Files in live-controls/storage
Vendor live-controls
Package storage
Short Description Object Storage Library for live-controls
License
Package storage
Short Description Object Storage Library for live-controls
License
Please rate this library. Is it a good library?
Informations about the package storage
Storage
Object Storage Library for live-controls
Requirements
- PHP 8.0+
- S3 compatible Object Storage Hoster like Contabo or DigitalOcean
Translations
None
Installation
Setup FluentObjectStorageHandler
1) If you want to use DBDisks, create the migration like this:
Setup ObjectStorageHandler
1) Add to .env:
2) Add to config/filesystems.php:
3) Publish configuration file with:
4) Set "storage:disk" to the name of your disk set in Step 2
Usage
Todo
Hint
- To use it with big files, use fopen($fName, 'r+') and not file_get_contents($fName)
- If you, for whatever reason, need to change the directory separator to something else than a forwards slash, change the "directory_separator" inside the configuration file. But you normally wouldn't want to do this, because it would break the temporaryUrl return value.
All versions of storage with dependencies
PHP Build Version
Package Version
Requires
live-controls/utils Version
^1.0
The package live-controls/storage contains the following files
Loading the files please wait ...