Download the PHP package vormkracht10/flysystem-uploadcare without Composer
On this page you can find all versions of the php package vormkracht10/flysystem-uploadcare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vormkracht10/flysystem-uploadcare
More information about vormkracht10/flysystem-uploadcare
Files in vormkracht10/flysystem-uploadcare
Package flysystem-uploadcare
Short Description Flysystem driver for Uploadcare for Laravel.
License MIT
Homepage https://github.com/vormkracht10/flysystem-uploadcare
Informations about the package flysystem-uploadcare
Flysystem adapter for Uploadcare
Flysystem adapter for Uploadcare with support for Laravel v9+.
Installation
You can install the package via composer:
Add the following config to the disk
array in config/filesystems.php
Then set the FILESYSTEM_DISK
to uploadcare
in your .env
Examples
Please note: Since adding files to uploadcare always returns a unique id that will be used to retrieve files you might wanna use the *GetUuid()
function(s) for writing files.
Get the content of a file
Deleting a file:
Getting the mimetype of a file
Get the filesize of a file
Get the original filename
Get a list of files
Directories in uploadcare are stored with an "~"-sign at the end of a uuid. Getting files from a directory could be retreived as follow:
Working with images? See github.com/vormkracht10/php-uploadcare-transformations
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Vormkracht10
- Mathieu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of flysystem-uploadcare with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
league/flysystem Version ^3.0
uploadcare/uploadcare-php Version ^4.1