2017 © Pedro PelĆ”ez
 

library nwsilex-skeleton

Aplicação destina-se a ser usado como um ponto de partida para quem quer usar o framework Silex, com o pacote NwSilex.

image

naturalweb/nwsilex-skeleton

Aplicação destina-se a ser usado como um ponto de partida para quem quer usar o framework Silex, com o pacote NwSilex.

  • Wednesday, April 23, 2014
  • by naturalweb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NwSilex-Skeleton

Introduction

Esta aplicação destina-se a ser usado como um ponto de partida para quem quer usar o framework Silex, com o pacote NwSilex., (*1)

Installation

The recommended way to get a working copy of this project is to clone the repository and use composer to install dependencies using the create-project command:, (*2)

curl -s https://getcomposer.org/installer | php --
php composer.phar create-project -sdev naturalweb/nwsilex-skeleton path/to/install

Alternately, clone the repository and manually invoke composer using the shipped composer.phar:, (*3)

cd my/project/dir
git clone git://github.com/naturalweb/NwSilex-Skeleton.git
cd NwSilex-Skeleton
php composer.phar self-update
php composer.phar install

(The self-update directive is to ensure you have an up-to-date composer.phar available.), (*4)

Another alternative for downloading the project is to grab it via curl, and then pass it to tar:, (*5)

cd my/project/dir
curl -#L https://github.com/naturalweb/NwSilex-Skeleton/tarball/master | tar xz --strip-components=1

You would then invoke composer to install dependencies per the previous example., (*6)

The Versions

23/04 2014

dev-master

9999999-dev

Aplicação destina-se a ser usado como um ponto de partida para quem quer usar o framework Silex, com o pacote NwSilex.

  Sources   Download

MIT

The Requires

 

The Development Requires