Skip to content
This repository has been archived by the owner on Oct 21, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 666 Bytes

README

What is Silex Starter?

Silex Starter is a sample base for your silex applications. It allows developers to build better and easy to maintain applications.

Requirements

Installation

Run the following commands:

git clone https://github.com/scalpX/silex-starter.git PATH/TO/YOUR/APP
cd PATH/TO/YOUR/APP
curl -s http://getcomposer.org/installer | php
php composer.phar install

Tests

To run the test suite, you need PHPUnit

$ phpunit