dev-master
9999999-devA dummy composer project to make things faster
MIT
The Requires
The Development Requires
by Luke Adamczewski
A dummy composer project to make things faster
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., (*1)
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
., (*2)
Ideas:, (*3)
php composer.phar create-project tworzenieweb/boilerplate path dev-master
, (*4)
where path
is the place where you want to init project., (*5)
A dummy composer project to make things faster
MIT