Flysystem Cloudinary: Access files stored in Cloudinary using Flysystem

Recommend this page to a friend!

  Author Author  
Name: carlos carvalho <contact>
Classes: 6 packages by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download Download .zip .tar.gz  
This package can be used to access files stored in Cloudinary using Flysystem.

It provides adapter classes to use the Flysystem package to perform several types of operations with files stored in Cloudinary hosting service. Currently it can:

- Write to new or existing files using data or passing another opened file
- Rename a file
- Copy a file
- Delete a file
- Delete a directory
- Create a directory
- Check if a file or directory exists
- Read data from a file
- List contents of a directory
- Get attributes of a file or directory
- Get the size of a file
- Get the MIME type of a file
- Get the last time a file was changed

Details

flysystem-cloudinary

Adapter for theleague php flysystem for Cloudinary

Codacy Badge Author Latest Stable Version Total Downloads Latest Unstable Version License Build Status PHP Composer codecov

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

[https://github.com/carlosocarvalho/laravel-storage-cloudinary]


  Classes of carlos carvalho  >  Flysystem Cloudinary  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Flysystem Cloudinary
Base name: flysystem-cloudinary
Description: Access files stored in Cloudinary using Flysystem
Version: -
PHP version: 5
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder image.github (1 directory)
Files folder imagesrc (1 file)
Files folder imagetests (6 files)
Accessible without login Plain text file .env Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file clover.xml Data Auxiliary data
Accessible without login Plain text file codecov.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file _config.yml Data Auxiliary data

  Files folder image Files  /  .github  
File Role Description
Files folder imageworkflows (1 file)

  Files folder image Files  /  .github  /  workflows  
File Role Description
  Accessible without login Plain text file php.yml Data Auxiliary data

  Files folder image Files  /  src  
File Role Description
  Plain text file CloudinaryAdapter.php Class Class source

  Files folder image Files  /  tests  
File Role Description
  Plain text file ApplicationCase.php Class Class source
  Plain text file CloudinaryAdapterTest.php Class Class source
  Plain text file DirectoryTest.php Class Class source
  Accessible without login Image file logo-git.png Icon Icon image
  Accessible without login Image file logo-update.png Icon Icon image
  Plain text file StreamTest.php Class Class source

Download Download all files: flysystem-cloudinary.tar.gz flysystem-cloudinary.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

For more information send a message to info at phpclasses dot org.