Download the PHP package mopa/symfony-framework-bootstrap-edition without Composer

On this page you can find all versions of the php package mopa/symfony-framework-bootstrap-edition. 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 symfony-framework-bootstrap-edition

Symfony-Bootstrap Edition

This is the Standard Edition of Symfony2 enriched with twitters/bootstrap, by using the MopaBootstrapBundle. It is intended to kickstart your development, serving as an alternative to symfony-standard edition, which is what symfony-bootstrap is based on!

There is a live preview available here: http://bootstrap.mohrenweiserpartner.de/mopa/bootstrap

Packagist link: https://packagist.org/packages/mopa/symfony-framework-bootstrap-edition

What it is made of

Symfony-Bootstrap depends on the following projects:

Installation in a Vagrant box (recommended)

This feature comes from https://github.com/seiffert/symfony-vagrant Thanks seiffert, i just included the vagrant folder from there and added a few puppet modules This installs a complete linux setup including nodejs less java css

Installation on a Host System

Before installing symfony-bootstrap, the following needs to be installed beforehand:

To install symfony-bootstrap, do the following:

It should now work. If you run into any issues, feel free to open a new issue or make a new pull request.

Next paragraphs are stolen from the original:

Welcome to the Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.

This document contains information on how to download, install, and start using Symfony. For a more detailed explanation, see the Installation chapter of the Symfony Documentation.

1) Installing the Bootstrap Edition

When it comes to installing the Symfony Standard Edition, you have the following options.

Use Composer (recommended)

As Symfony uses Composer to manage its dependencies, the recommended way to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new Symfony application:

php composer.phar create-project symfony/framework-standard-edition path/to/install

Composer will install Symfony and all its dependencies under the path/to/install directory.

Download an Archive File

To quickly test Symfony, you can also download an archive of the Standard Edition and unpack it somewhere under your web server root directory.

If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:

php composer.phar install

2) Checking your System Configuration

Before starting coding, make sure that your local system is properly configured for Symfony.

Execute the check.php script from the command line:

php app/check.php

The script returns a status code of 0 if all mandatory requirements are met, 1 otherwise.

Access the config.php script from a browser:

http://localhost/path/to/symfony/app/web/config.php

If you get any warnings or recommendations, fix them before moving on.

3) Browsing the Demo Application

Congratulations! You're now ready to use Symfony.

From the config.php page, click the "Bypass configuration and go to the Welcome page" link to load up your first Symfony page.

You can also use a web-based configurator by clicking on the "Configure your Symfony Application online" link of the config.php page.

To see a real-live Symfony page in action, access the following page:

web/app_dev.php/demo/hello/Fabien

4) Getting started with Symfony

This distribution is meant to be the starting point for your Symfony applications, but it also contains some sample code that you can learn from and play with.

A great way to start learning Symfony is via the Quick Tour, which will take you through all the basic features of Symfony2.

Once you're feeling good, you can move onto reading the official Symfony2 book.

A default bundle, AcmeDemoBundle, shows you Symfony2 in action. After playing with it, you can remove it by following these steps:

What's inside?

The Symfony Standard Edition is configured with the following defaults:

It comes pre-configured with the following bundles:

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!


All versions of symfony-framework-bootstrap-edition with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/symfony Version 2.2.*
doctrine/doctrine-bundle Version 1.2.*
twig/extensions Version 1.0.*
symfony/assetic-bundle Version 2.1.*
symfony/swiftmailer-bundle Version 2.2.*
symfony/monolog-bundle Version 2.2.*
sensio/distribution-bundle Version 2.2.*
sensio/framework-extra-bundle Version 2.2.*
sensio/generator-bundle Version 2.2.*
jms/security-extra-bundle Version 1.4.*
jms/di-extra-bundle Version 1.3.*
doctrine/orm Version ~2.2,>=2.2.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 mopa/symfony-framework-bootstrap-edition contains the following files

Loading the files please wait ....