tworzenieweb/boilerplate

A dummy composer project to make things faster

dev-master 2015-08-05 21:50 UTC

This package is auto-updated.

Last update: 2024-04-12 02:47:22 UTC


README

It contains a basic configuration for composer with applying PSR-4 coding standard into src directory. It provides front controller app.php that can be used to tie it up together.

This boilerplate is only for starter, when it grows use Silex microframework or Symfony2 instead. Remember to install composer from https://getcomposer.org/download/ and then run composer.phar install.

Ideas:

  • use phpspec for generating skeletons and testing
  • use behat for BDD
  • use phpcs for testing all against coding standard

Usage

php composer.phar create-project tworzenieweb/boilerplate path dev-master

where path is the place where you want to init project.