PHP code example of speicher210 / cloudinary-bundle
1. Go to this page and download the library: Download speicher210/cloudinary-bundle library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
php
// app/AppKernel.php
// ...
public function registerBundles()
{
return array(
// ...
new Speicher210\CloudinaryBundle\Speicher210CloudinaryBundle(),
// ...
);
}
// ...
php
$this->get('speicher210_cloudinary.cloudinary'); // Extension of Cloudinary from cloudinary package.
$this->get('speicher210_cloudinary.api'); // Extension of Cloudinary\Api from cloudinary package.
$this->get('speicher210_cloudinary.uploader'); // Extension of Cloudinary\Uploader from cloudinary package.
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.