Download the PHP package braincrafted/bootstrap-bundle without Composer

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

BraincraftedBootstrapBundle

BraincraftedBootstrapBundle helps you integrate Bootstrap in your Symfony2 project. BootstrapBundle also supports the official Sass port of Bootstrap and Font Awesome.

Build Status Scrutinizer Quality Score Code Coverage

Latest Stable Version Total Downloads

Developed by Florian Eckerstorfer and amazing contributors.

Installation

First you need to add braincrafted/bootstrap-bundle to composer.json:

Please note that dev-master points to the latest release. If you want to use the latest development version please use dev-develop. Of course you can also use an explicit version number, e.g., 2.1.*.

You also have to add BraincraftedBootstrapBundle to your AppKernel.php:

Additionally you have to install Bootstrap and jQuery as dependencies and configure Assetic to compile the LESS files. You can find more information in the Getting Started section of the documentation.

Compatibility

This bundle has two main dependencies, Symfony and Bootstrap. The following table shows which version of BraincraftedBootstrapBundle is compatible with which version of Symfony and Bootstrap.

BootstrapBundle Symfony Bootstrap jQuery
v1.3.* v2.2.* v2.3.* v1.9.*
v1.4.* v2.2.* v2.3.* v1.9.*
v1.5.* v2.2.* v3.0.* (very basic) v1.9.*
v2.0.*
v2.1.*
v2.3.*
v2.4.*
v3.0.*
v3.1.*
v1.10.*
v1.11.*
v2.1.* v2.3.*
v2.4.*
v2.5.*
v3.0.*
v3.1.*
v3.2.*
sass v3.2.*
v1.10.*
v1.11.*
v2.2.* v2.3.*
v2.4.*
v2.5.*
v2.6.*
v2.7.*
v2.8.*
v3.0.*
v3.0.*
v3.1.*
v3.2.*
sass v3.2.*
v1.10.*
v1.11.*

Changelog

Version 2.2.0 (23 January 2016)

Version 2.1.2 (6 March 2015)

Version 2.1.1 (31 January 2015)

Version 2.1.0 (31 August 2014)

Version 2.1.0-beta2 (21 August 2014)

Version 2.1.0-beta1 (29 May 2014)

Version 2.1.0-alpha1 (16 May 2014)

Version 2.0.1 (3 April 2014)

Version 2.0.0-alpha1

Version 2.0.0-alpha2

Version 2.0.0-alpha3

Version 2.0.0-beta1

Version 2.0.0-beta2 (9 December 2013)

Version 2.0.0-stable (2 January 2014)

Version 1.5.0

Version 1.4.0

Version 1.2.0

License


All versions of bootstrap-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/framework-bundle Version ~2.6|~3.0
symfony/twig-bundle Version ~2.6|~3.0
symfony/form Version ~2.6|~3.0
symfony/console Version ~2.6|~3.0
symfony/finder Version ~2.6|~3.0
twig/twig Version ~1.12|~2.0@dev
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 braincrafted/bootstrap-bundle contains the following files

Loading the files please wait ....