2017 © Pedro Peláez
 

project lionframe

Symfony RAD API Edition for powerful REST applications.

image

lakion/lionframe

Symfony RAD API Edition for powerful REST applications.

  • Monday, April 10, 2017
  • by pjedrzejewski
  • Repository
  • 25 Watchers
  • 231 Stars
  • 903 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 10 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Lionframe - Rapid REST API Development

Build Status, (*1)

Welcome to the Lionframe - Rapid REST API development framework, based on Symfony & Sylius., (*2)

1) Installing Lionframe

When it comes to installing the Lionframe, you should use Composer., (*3)

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

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

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

php composer.phar create-project lakion/lionframe path/to/install

Composer will install Lionframe and all its dependencies under the path/to/install directory., (*6)

If you encounter any problem with installing the dependencies, just go to project root and run the following command:, (*7)

php composer.phar install

2) Checking your System Configuration

Before starting coding, make sure that your local system is properly configured for Symfony., (*8)

Execute the check.php script from the command line:, (*9)

php app/check.php

3) Getting started with Lionframe

This distribution is meant to be the starting point for your applications with powerful REST API., (*10)

You can move onto reading the official [Lionframe documentation][1]., (*11)

Enjoy!, (*12)

The Versions