t3chnik / flysystem-cloudinary-adapter
Flysystem Cloudinary Adapter
Installs: 56
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/t3chnik/flysystem-cloudinary-adapter
Requires
- php: >=5.3.0
- cloudinary/cloudinary_php: dev-master
- league/flysystem: ~1.0
This package is not auto-updated.
Last update: 2025-09-28 00:08:11 UTC
README
This is quickly done in order to satisfy current needs. My contain a lot of bugs. I guess this is work in progress.
Since Cloudinary (great service!) has really bad both documentation and official PHP library - making this was a pain. Hence for now there is no tests.
Install
Via Composer
Usage
$config = [ 'api_key' => env('CLOUDINARY_API_KEY'), 'api_secret' => env('CLOUDINARY_API_SECRET'), 'cloud_name' => env('CLOUDINARY_CLOUD_NAME'), ]; $filesystem = new League\Flysystem\Filesystem(new CloudinaryAdapter($config, new Cloudinary\Api));
Contributing
Contributions are welcome and will be fully credited.
Credits
License
The MIT License (MIT). Please see License File for more information.