2017 © Pedro Peláez
 

project symfony2-rest-api-the-best-2013-way

The "REST API Symfony" demo

image

liuggio/symfony2-rest-api-the-best-2013-way

The "REST API Symfony" demo

  • Saturday, April 26, 2014
  • by liuggio
  • Repository
  • 14 Watchers
  • 160 Stars
  • 2,567 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 57 Forks
  • 11 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This is the code to support the article at Symfony2 API REST the best way, (*1)

Install with Composer

As Symfony uses [Composer][1] to manage its dependencies, the recommended way to create a new project is to use it., (*2)

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*3)

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

Then, use the create-project command to generate a new Symfony application:, (*4)

php composer.phar create-project liuggio/symfony2-rest-api-the-best-2013-way -sdev
cd blog-rest-symfony2

Composer will install Symfony and all its dependencies under the blog-rest-symfony2 directory., (*5)

Run the test.

This repo is a demo/tutorial,, (*6)

git checkout -f part1 phpunit -c app, (*7)

git checkout -f part2 phpunit -c app, (*8)

The Versions