parth391 / flysystem-cloudinary

Adapter for theleague php flysystem for Cloudinary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flysystem-cloudinary V2

Adapter for theleague php flysystem for Cloudin

Codacy Badge Author Latest Stable Version Total Downloads License Suggesters Dependents composer.lock Monthly Downloads

Install

  composer require carlosocarvalho/flysystem-cloudinary

Example

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 );

List contents and others actions use Filesystem api

$filesystem->listContents()

For use in laravel

Access this repository

About

Adapter for theleague php flysystem for Cloudinary


Languages

Language:PHP 99.5%Language:Shell 0.5%