t3chnik/flysystem-cloudinary-adapter
Composer 安装命令:
composer require t3chnik/flysystem-cloudinary-adapter
包简介
Flysystem Cloudinary Adapter
README 文档
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.
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-26