/silex-modules-skeleton

A skeleton to get started with Silex with multi-modules

Primary LanguagePHPMIT LicenseMIT

Silex-Modules-Skeleton (S.M.S)

Follow the next steps in order to start using Silex Modules Skeleton.

What's Silex Modules Skeleton ?

Silex Modules Skeleton is a fully-functional Silex application that you can use as the skeleton for your new applications.

Getting Started

Install

You need to clone this repository to work with and to change things you want.

git clone https://github.com/UbikZ/silex-modules-skeleton.git && cd silex-modules-skeleton

Composer

S.M.S application need external components and Composer will help you there:

curl -s https://getcomposer.org/installer | php

Install via composer:

php composer.phar install

### Bower

S.M.S application need Bower to download dependencies:

bower install

Launch demo application

This is not the recommended launch method.

cd web && php -S localhost:8080

Now you can browse to http://localhost:8080/.

Getting started with Silex

This distribution is meant to be the starting point for your Silex applications.

A great way to start learning Silex is via the Documentation, which will take you through all the features of Silex.

Dependencies list

The S.M.S application is configured to work with some services:

  • Service 1
  • Service 2
  • Service 3

Have a nice trip!