Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 33 | All time: 11,091 This week: 96 |
Version | License | PHP version | Categories | |||
flysystem-cloudinary 1.0 | GNU General Publi... | 5 | PHP 5, Files and Folders, Web services |
Description | Author | |
This package can be used to access files stored in Cloudinary using Flysystem. |
Adapter for theleague php flysystem for Cloudinary
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 );
$filesystem->listContents()
[https://github.com/carlosocarvalho/laravel-storage-cloudinary]
Files (17) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
src (1 file) | ||||
tests (6 files) | ||||
.env | Data | Auxiliary data | ||
.travis.yml | Data | Auxiliary data | ||
clover.xml | Data | Auxiliary data | ||
codecov.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
_config.yml | Data | Auxiliary data |
Files (17) | / | tests |
File | Role | Description |
---|---|---|
ApplicationCase.php | Class | Class source |
CloudinaryAdapterTest.php | Class | Class source |
DirectoryTest.php | Class | Class source |
logo-git.png | Icon | Icon image |
logo-update.png | Icon | Icon image |
StreamTest.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.