Download the PHP package babeuloula/cdn-php-bundle without Composer
On this page you can find all versions of the php package babeuloula/cdn-php-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download babeuloula/cdn-php-bundle
More information about babeuloula/cdn-php-bundle
Files in babeuloula/cdn-php-bundle
Package cdn-php-bundle
Short Description A proxy between your application and CDN PHP
License MIT
Informations about the package cdn-php-bundle
CDN PHP Symfony Bundle
A Symfony Bundle for CDN PHP.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Configure the Bundle
Using a fallback handler
If you don't have access to CDN PHP or if you want to use it on local development, you can set up a fallback handler.
Actually, I only support Intervention Image v3.
Contributing
Build and install dependencies
You can use the existing docker stack with the command make install
to build the Dockerfile and install the composer
dependencies.
If you want to execute some commands through Docker, just use docker/exec your_command
.
Run testing stack
All versions of cdn-php-bundle with dependencies
symfony/cache Version ^6.0|^7.0
symfony/config Version ^6.0|^7.0
symfony/dependency-injection Version ^6.0|^7.0
symfony/filesystem Version ^6.0|^7.0
symfony/http-client Version ^6.0|^7.0
symfony/http-foundation Version ^6.0|^7.0
symfony/http-kernel Version ^6.0|^7.0
symfony/routing Version ^6.0|^7.0
twig/twig Version ^3.0