Download the PHP package dodgycode/craft-bunny-storage without Composer

On this page you can find all versions of the php package dodgycode/craft-bunny-storage. 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 craft-bunny-storage

Bunny Storage for Craft CMS

This plugin provides a bunny.net Storage & CDN integration for Craft CMS.

Requirements

This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

What Does This Plugin Do?

This plugin allows you to use bunny.net Storage as your filesystem for storing assets and the like. It also allows usage of the Bunny CDN (pull zone) to serve bunny.net storage assets.

Installation

You can install this plugin from the Plugin Store or by using Composer.

From The Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Bunny Storage”. Then press Install in its modal window.

Using Composer

Open your terminal and run the following commands:

Usage

To create a new asset filesystem on a Craft CMS project using Bunny Storage, go to SettingsFilesystems, create a new filesystem, and set the Filesystem Type setting to “Bunny Storage”. When configuring your filesystem, make sure you use ENV variables, since some of the settings contain secrets that should not be exposed through the generated project config files that result from entering data into these fields directly. Safety First!

Note: If using Bunny CDN, the Base URL for assets should be your CDN url

ENV File Values

In your project's ENV file, you should define the following, using your bunny.net account information:

To find this information, log in to your Bunny dashboard and go to Storage. To access your files via CDN, connect your storage zone to a pull zone. For more setup information, please reference the Bunny Storage Quickstart Guide.

License & Support

This is a paid plugin offered by Dodgy Code through the Craft CMS plugin marketplace. Please log any issues under Issues on GitHub. Thank You!


All versions of craft-bunny-storage with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
craftcms/cms Version ^4.0|^5.0
craftcms/flysystem Version ^1.0|^2.0
league/flysystem-path-prefixing Version *
platformcommunity/flysystem-bunnycdn Version ^3.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 dodgycode/craft-bunny-storage contains the following files

Loading the files please wait ...