2017 © Pedro Peláez
 

project silex-webservice

A minimal Silex webservice skeleton

image

jonas/silex-webservice

A minimal Silex webservice skeleton

  • Thursday, October 23, 2014
  • by jonasmonnier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

silex-webservice

Setup

  1. Install composer curl -sS https://getcomposer.org/installer | php, (*1)

  2. Install skeletton composer create-project jonas/silex-webservice -sdev, (*2)

  3. Run php server php -S localhost:8080 -t web web/index.php, (*3)

PHPUnit

curl "https://phar.phpunit.de/phpunit.phar" -o "phpunit.phar"
chmod +x phpunit.phar
mv phpunit.phar /usr/local/bin/phpunit

Dojo setup

  1. Step 1 : basic Silex project git init git remote add origin git@github.com:jonasmonnier/silex-webservice.git git pull origin dojo-step1, (*4)

  2. Step 2 : Silex project with unit tests git pull origin dojo-step2 git checkout dojo-step2 -- composer.json git checkout dojo-step2 -- phpunit.xml.dist git checkout dojo-step2 -- tests/, (*5)

The Versions

23/10 2014

dev-dojo4

dev-dojo4

A minimal Silex webservice skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2014

dev-master

9999999-dev

A minimal Silex webservice skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2014

dev-dojo-step3

dev-dojo-step3

A minimal Silex webservice skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2014

dev-dojo-step2

dev-dojo-step2

A minimal Silex webservice skeleton

  Sources   Download

MIT

The Requires

 

The Development Requires

23/10 2014

dev-dojo-step1

dev-dojo-step1

A minimal Silex webservice skeleton

  Sources   Download

MIT

The Requires