Download the PHP package elcodi/bamboo without Composer

On this page you can find all versions of the php package elcodi/bamboo. 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 bamboo

Bamboo e-commerce

Build Status Build status Deploy to Heroku

Welcome to Bamboo e-commerce - a fully-functional e-commerce application built using Elcodi components on top of the Symfony framework.

Yes, you got it right! Bamboo uses the Symfony framework but our components are framework agnostic, that is, they only depend on the Symfony components as opposed to the whole framework or any of its distributions.

Why should I use Bamboo? That's simple, to sell your products. We provide you with an interface to sell your products and manage your store. You only have to focus on offering a good product, we take care of the rest.

Elcodi was awarded as the Best Open Source project of 2015 by the Symfony Community awards.

Best Open Source

Requirements

We're trying to build this project with a light default dependencies. These are ours.

PHP

To use Bamboo and Elcodi you need a PHP version not lower than 5.4. For more info just visit their installation page

PHP GD

This PHP extension is used to being already installed when you add PHP in your distribution

Images are a really important part of an store. Bamboo uses PHP GD to resize and optimize all product images. For more info just visit their installation page

After that, you will be able to change the adapter and use other implementations.

MySQL

And, where do you save your data? By default we use MySQL, remember to install it as well as its extension for PHP. For more info just visit their installation page

Composer

Composer is required to manage dependencies.

if you have not yet installed Composer, download it following the instructions on http://getcomposer.org/ or just run the following command:

Installation

If you're used to working with LAMP environment, then you will have Bamboo running in your computer in less than 5 minutes.

1. Install the project

After installing composer you can create your new Bamboo project.

The installation process will ask you for some parameters like the database driver, username, password, database name, etc

Enter your directory to start the configuration step and use our magic command to create a complete development environment. Just one single line to rule them all

By default only Spain will be installed. We have focused this step to run as fast as possible, so then, you'll be able to install more countries. You can add some countries in addition by using the --country command option.

2. Run the server

Our store is ready to run. Use the built-in server to take a look at the project.

3. Visit your store

You're done! Visit http://localhost:8000 in your browser and take a look at what we have for you :) Use these Customer credentials in the store

And for the admin panel, use this Admin credentials.

Remember to remove these users properly as soon as you're in production.

Metrics

Metrics are not enabled by default. If you want to enable them, then you need to install Redis. For more info just visit their installation page

In order to use the last Redis features, like the HyperLogLog commands, be sure your Redis version is at least v2.8.9.

Cache

By default, Bamboo is installed without any doctrine cache. You can change this settings by changing the file app/cache/config/common/cache.yml and by changing the value array for another one.

You can check some documentation about different types of cache in the Doctrine Cache Bundle repository page.

The most used cache type in Bamboo is redis. Make sure then that you have the php redis extension installed properly.

Tests

We are doing some tests, and this will be in cresciendo. You can ensure yourself that all the cases we've been working on are actually green. We are using Behat and PHPUnit, so you only need to execute all suites by using this piece of code.

Issues

You can report any issue on Bamboo or Elcodi

Need help

If you need any help with the installation or understanding elcodi or bamboo you can contact us on gitter. We will be glad to help you, just ask for help.


All versions of bamboo with dependencies

PHP Build Version
Package Version
Requires php Version ^5.4|^7.0
ext-bcmath Version *
ext-openssl Version *
symfony/symfony Version ~2.7.0
symfony/assetic-bundle Version ^2.7|^3.0
symfony/swiftmailer-bundle Version ^2.3.8|^3.0
symfony/monolog-bundle Version ^2.7|^3.0
ocramius/proxy-manager Version ^1.0
doctrine/orm Version ^2.5
doctrine/dbal Version ^2.5
doctrine/common Version ^2.5
doctrine/doctrine-bundle Version ^1.5.0
doctrine/annotations Version ^1.2
doctrine/doctrine-fixtures-bundle Version ^2.2
doctrine/doctrine-migrations-bundle Version ^1.0
twig/twig Version ^1.23
twig/extensions Version ^1.0
sensio/distribution-bundle Version ^3.0
sensio/framework-extra-bundle Version ^3.0
jms/aop-bundle Version ^1.0
jms/serializer-bundle Version ^0.13.0
guzzlehttp/guzzle Version ^5.2
ornicar/gravatar-bundle Version 1.1.3
knplabs/knp-gaufrette-bundle Version ^0.3.0
incenteev/composer-parameter-handler Version ^2.0
hwi/oauth-bundle Version ^0.4.0
snc/redis-bundle Version ^1.1.9
predis/predis Version ^1.0.1
acasademont/i18n-routing-bundle Version 2.0.0
mmoreram/controller-extra-bundle Version ^1.2.1
mmoreram/extractor Version ^1.2
mmoreram/cache-flush-bundle Version ^0.2
mmoreram/http-headers-bundle Version 1.0.0
mmoreram/symfony-bundle-dependencies Version ^1.1.1
elcodi/elcodi Version ^2.0.2
paymentsuite/paymentsuite Version ^2.0.3
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 elcodi/bamboo contains the following files

Loading the files please wait ....