syrup / development-bundle
Syrup wrapper clone for bundle development
Installs: 245
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3.3
- doctrine/doctrine-bundle: 1.2.*
- doctrine/orm: >=2.2.3,<2.4-dev
- incenteev/composer-parameter-handler: ~2.0
- leafo/lessphp: >=0.4.0
- sensio/distribution-bundle: 2.3.*
- sensio/framework-extra-bundle: 2.3.*
- sensio/generator-bundle: 2.3.*
- symfony/assetic-bundle: 2.3.*
- symfony/monolog-bundle: 2.3.*
- symfony/swiftmailer-bundle: 2.3.*
- symfony/symfony: 2.3.*
- syrup/component-bundle: ~1.3.13
README
Syrup is a framework for rapid development of Keboola Connection components (i.e. extractors). It is based on Symfony2 framework.
- 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.
- 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.
- Getting started with Syrup
TBD
What's inside?
TBD
Enjoy!