Skip to content

Repository files navigation

flysystem-cloudinary V2

Adapter for theleague php flysystem for Cloudin

Codacy BadgeAuthorLatest Stable VersionTotal DownloadsLicenseSuggestersDependentscomposer.lockMonthly Downloads

Install

 composer require carlosocarvalho/flysystem-cloudinary

Example

useCarlosOCarvalho\Flysystem\Cloudinary\CloudinaryAdapterasAdapter;
$config = [
'api_key' => ':key',
'api_secret' => ':secret',
'cloud_name' => ':name',
];
$container = newAdapter($config);
$filesystem = newLeague\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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages