2017 © Pedro Peláez
 

library boilerplate

A dummy composer project to make things faster

image

tworzenieweb/boilerplate

A dummy composer project to make things faster

  • Wednesday, August 5, 2015
  • by tworzenieweb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This is a boilerplate project used as a starter for quick jobs.

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)

  • 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, (*4)

where path is the place where you want to init project., (*5)

The Versions

05/08 2015

dev-master

9999999-dev

A dummy composer project to make things faster

  Sources   Download

MIT

The Requires

 

The Development Requires

by Luke Adamczewski