2017 © Pedro Peláez
 

library laravel-cloudinary

Flysystem adapter for Cloudinary

image

showcheap/laravel-cloudinary

Flysystem adapter for Cloudinary

  • Monday, August 21, 2017
  • by showcheap
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

flysystem-cloudinary

Adapter for theleague php flysystem for Cloudinary, (*1)

Author Latest Stable Version Total Downloads Latest Unstable Version License Build Status, (*2)

Install, (*3)

  composer require carlosocarvalho/flysystem-cloudinary

Example, (*4)


use CarlosOCarvalho\Flysystem\Cloudinary\CloudinaryAdapter as Adapter; $config = [ 'api_key' => ':key', 'api_secret' => ':secret', 'cloud_name' => ':name', ]; $container = new Adapter($config); $filesystem = new League\Flysystem\Filesystem( $container );

The Versions

21/08 2017

dev-master

9999999-dev

Flysystem adapter for Cloudinary

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar carlosocarvalho

21/08 2017

1.0.2

1.0.2.0

Flysystem adapter for Cloudinary

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar carlosocarvalho

02/02 2016

1.0.0

1.0.0.0

Flysystem adapter for Cloudinary

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar carlosocarvalho