定制 t3chnik/flysystem-cloudinary-adapter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-26