2017 © Pedro Peláez
 

library flysystem-cloudinary-adapter

Flysystem Cloudinary Adapter

image

t3chnik/flysystem-cloudinary-adapter

Flysystem Cloudinary Adapter

  • Saturday, September 26, 2015
  • by t3chnik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

flysystem-cloudinary-adapter

This is quickly done in order to satisfy current needs. My contain a lot of bugs. I guess this is work in progress., (*1)

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., (*2)

Install

Via Composer, (*3)

Usage

php $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));, (*4)

Contributing

Contributions are welcome and will be fully credited., (*5)

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

26/09 2015

dev-master

9999999-dev https://github.com/thephpt3chnik/FlysystemCloudinaryAdapter

Flysystem Cloudinary Adapter

  Sources   Download

MIT

The Requires

 

by Avatar t3chnik

t3chnik flysystemcloudinaryadapter