Cloudder

screenshot of Cloudder

Cloudinary wrapper for Laravel 5

Overview

Cloudder is a handy wrapper for Laravel 5 and Lumen that streamlines the process of integrating Cloudinary into your applications. This tool simplifies image and video uploads, making it an excellent addition for developers who regularly deal with multimedia content. While development and maintenance have slowed down, its functionality remains valuable for those still working within the PHP ecosystem.

Using Cloudder, developers can upload images and videos easily, manage them within Cloudinary, and retrieve the necessary URLs for display. Despite being less actively maintained, the library still provides ample support for various functions that can enhance a Laravel project’s media handling capabilities.

Features

  • Easy Installation: Simply install via Composer (composer require jrm2k6/cloudder) and configure it without hassle.
  • Auto-Discovery Support: Laravel 5.5+ users benefit from package auto-discovery, which simplifies the integration process.
  • Image Uploads: The upload() method allows you to upload images to Cloudinary with ease, setting custom public IDs or letting the service generate one.
  • Video Uploads: With uploadVideo(), you can seamlessly upload videos while managing options such as public ID and tags.
  • Resource Management: Functions like rename() and destroyImage() let you manage uploaded resources, including renaming and deleting as needed.
  • URL Retrieval: Use show() and showPrivateUrl() to get URLs for displaying images, including the option for secure HTTPS URLs.
  • Detailed Configuration Options: Offers customizable options for uploads and resource retrieval, allowing better control over media handling.
  • Support for Tags: Tagging options during uploads enhance organization and retrieval of media assets in Cloudinary.

While Cloudder may not be receiving updates, it remains a functional resource for developers looking to optimize media management in their Laravel projects.