Download the PHP package cloudinary-labs/cloudinary-laravel without Composer

On this page you can find all versions of the php package cloudinary-labs/cloudinary-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cloudinary-laravel

Cloudinary

  

Laravel

Total Downloads Latest Stable Version GitHub

A Laravel Package for uploading, optimizing, transforming and delivering media files with Cloudinary. Furthermore, it provides a fluent and expressive API to easily attach your media files to Eloquent models.

Table of Contents

Installation

Requires PHP 8.1+ and Laravel 10+.

Configuration

Publish the configuration file:

Add your Cloudinary credentials to your .env file:

[!NOTE]
You can get your CLOUDINARY_URL from your Cloudinary console. It typically looks like this: cloudinary://API_KEY:API_SECRET@CLOUD_NAME. Make sure to replace API_KEY, API_SECRET, and CLOUD_NAME with your actual Cloudinary credentials.

Usage

Upload, Retrieval & Transformation

Attach Files to Eloquent Models

First, add the MediaAlly trait to your model:

Then, you can use the following methods:

Upload Widget

Add the Cloudinary JS to your layout:

Use the upload button component:

Media Management via CLI

Cloudinary URL Generation

Use the Cloudinary facade or the cloudinary() helper function to generate URLs:

Blade Components

This package provides several Blade components for easy integration of Cloudinary media in your Laravel views:

Image Component

Basic usage:

With transformations:

Responsive image:

Video Component

Basic usage:

With transformations:

Upload Button Component

Basic usage:

With custom options:

Image Gallery Component

Transformation Component

This component can be used within other components to apply transformations:

Disclaimer

This software/code provided under Cloudinary Labs is an unsupported pre-production prototype undergoing further development and provided on an “AS IS” basis without warranty of any kind, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. Furthermore, Cloudinary is not under any obligation to provide a commercial version of the software.

Your use of the Software/code is at your sole risk and Cloudinary will not be liable for any direct, indirect, incidental, special, exemplary, consequential or similar damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of the Software, even if advised of the possibility of such damage.

You should refrain from uploading any confidential or personally identifiable information to the Software. All rights to and in the Software are and will remain at all times, owned by, or licensed to Cloudinary.

Contributions

Contributions are welcome! Please see CONTRIBUTING.md for details.

License

This package is open-sourced software licensed under the MIT license.


All versions of cloudinary-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
illuminate/support Version ^10.0|^11.0
cloudinary/cloudinary_php Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cloudinary-labs/cloudinary-laravel contains the following files

Loading the files please wait ....