lakion / lionframe
Symfony RAD API Edition for powerful REST applications.
Installs: 980
Dependents: 0
Suggesters: 0
Security: 0
Stars: 214
Watchers: 23
Forks: 11
Open Issues: 9
Type:project
Requires
- php: >=5.5
- doctrine/orm: ~2.3
- friendsofsymfony/rest-bundle: 1.5.*@dev
- incenteev/composer-parameter-handler: ~2.0
- sensio/distribution-bundle: 2.3.*
- sensio/generator-bundle: ~2.3
- sylius/resource-bundle: 0.15
- symfony/monolog-bundle: ~2.3
- symfony/symfony: ~2.3
Requires (Dev)
- coduo/php-matcher: ^2.1@dev
- lakion/api-test-case: ^1.0@dev
This package is not auto-updated.
Last update: 2024-11-09 17:09:05 UTC
README
Welcome to the Lionframe - Rapid REST API development framework, based on Symfony & Sylius.
- Installing Lionframe
When it comes to installing the Lionframe, you should use Composer.
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
curl -s http://getcomposer.org/installer | php
Then, use the create-project
command to generate a new Lionframe application:
php composer.phar create-project lakion/lionframe path/to/install
Composer will install Lionframe and all its dependencies under the
path/to/install
directory.
If you encounter any problem with installing the dependencies, just go to project root and run the following command:
php composer.phar install
- Checking your System Configuration
Before starting coding, make sure that your local system is properly configured for Symfony.
Execute the check.php
script from the command line:
php app/check.php
- Getting started with Lionframe
This distribution is meant to be the starting point for your applications with powerful REST API.
You can move onto reading the official Lionframe documentation.
Enjoy!