/Symfony-for-CD

This is a skeleton project for those who want a Symfony prepared for Continuous Delivery

Primary LanguagePHP

Symfony for Continuous Delivery

This is a skeleton project for using Symfony in a Continuous Delivery pipeline.

Used libraries for Testing:

Used libraries for Continuous Delivery:

Usage

  1. Fork the project
  2. Edit parameters.yml, composer.json, etc. according to your needs
  3. Don't forget to create a phpunit.xml and behat.yml files!
  4. Put release.sh and test.sh files in a Continuous Integration server (e.g. Jenkins, TeamCity, etc.)
  5. Have fun! :)