2017 © Pedro Peláez
 

project development-bundle

Syrup wrapper clone for bundle development

image

syrup/development-bundle

Syrup wrapper clone for bundle development

  • Monday, March 3, 2014
  • by Keboola
  • Repository
  • 7 Watchers
  • 0 Stars
  • 243 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 31 Versions
  • 0 % Grown

The README.md

Syrup

Syrup is a framework for rapid development of Keboola Connection components (i.e. extractors). It is based on Symfony2 framework., (*1)

1) Installing Syrup

When it comes to installing the Syrup, you have the following options., (*2)

  • Clone from BitBucket (recommended)
  • Download an Archive File

Create app/config/parameters.yml file., (*3)

Remove unwanted bundles from composer.json and app/AppKernel.php., (*4)

Run "composer update" from command line., (*5)

2) Checking your System Configuration

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

Execute the check.php script from the command line:, (*7)

php app/check.php

Access the config.php script from a browser:, (*8)

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

If you get any warnings or recommendations, fix them before moving on., (*9)

3) Getting started with Syrup

TBD, (*10)

What's inside?

TBD, (*11)

Enjoy!, (*12)

The Versions