dev-master
9999999-dev http://fapi.comThe Flex API framework
MIT
The Requires
- php >=5.3.3
- rybakdigital/fapi dev-master
by Kris Rybak
api framework
The Flex API framework
Welcome to the Fapi Standard Edition - a fully-functional Fapi application that you can use as the skeleton for your new applications., (*1)
This document contains information on how to download, install, and start using Fapi., (*2)
When it comes to installing the Fapi Standard Edition, you have the following options., (*3)
As Fapi uses Composer to manage its dependencies, the recommended way to create a new project is to use it., (*4)
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*5)
curl -s http://getcomposer.org/installer | php
Then, use the create-project
command to generate a new Fapi application:, (*6)
php composer.phar create-project rybakdigital/fapi-standard-edition path/to/install
Composer will install Fapi and all its dependencies under the
path/to/install
directory., (*7)
The Flex API framework
MIT
api framework