Download the PHP package syrup/development-bundle without Composer
On this page you can find all versions of the php package syrup/development-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download syrup/development-bundle
More information about syrup/development-bundle
Files in syrup/development-bundle
Package development-bundle
Short Description Syrup wrapper clone for bundle development
License MIT
Informations about the package development-bundle
Syrup
Syrup is a framework for rapid development of Keboola Connection components (i.e. extractors). It is based on Symfony2 framework.
1) Installing Syrup
When it comes to installing the Syrup, you have the following options.
- Clone from BitBucket (recommended)
- Download an Archive File
Create app/config/parameters.yml file.
Remove unwanted bundles from composer.json and app/AppKernel.php.
Run "composer update" from command line.
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
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) Getting started with Syrup
TBD
What's inside?
TBD
Enjoy!
All versions of development-bundle with dependencies
symfony/symfony Version 2.3.*
doctrine/orm Version >=2.2.3,<2.4-dev
doctrine/doctrine-bundle Version 1.2.*
symfony/assetic-bundle Version 2.3.*
symfony/monolog-bundle Version 2.3.*
sensio/distribution-bundle Version 2.3.*
sensio/framework-extra-bundle Version 2.3.*
sensio/generator-bundle Version 2.3.*
incenteev/composer-parameter-handler Version ~2.0
symfony/swiftmailer-bundle Version 2.3.*
leafo/lessphp Version >=0.4.0
syrup/component-bundle Version ~1.3.13