Download the PHP
package bongo/bongo-s3asset-installer-bundle without Composer
On this page you can find all versions of the php package
bongo/bongo-s3asset-installer-bundle. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor bongo Package bongo-s3asset-installer-bundle Short Description This bundle will upload your symfony web apps assets to amazon s3 easily License
MIT
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.
Informations about the package bongo-s3asset-installer-bundle
Symfony S3 Asset Installer
This bundle adds a console command to facilate the the asset synchronization between your local file system to amazon S3.
The benefit of using this bundle is, it doesnt create ugly keys in s3 bucket. and lets you isolate your production and dev assets.
The installation is very simple. First install the package using composer.
Installation
Require the package in your composer.json:
Then enable it in your Appkernel:
Configuration
You must provided the following parameters:
Then your config.yml add the following configuration:
Add the assets_base_url in config_prod.yml
Add the assets_base_url in your config_dev.yml
Also, you need change the write_to parameter to your s3 bucket:
Usage
Just use the normal assets commands but using s3 as the target:
First install the assets:
or
after asset installation, dump the assetic
or
All versions of bongo-s3asset-installer-bundle with dependencies
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 bongo/bongo-s3asset-installer-bundle contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.