2017 © Pedro Peláez
 

library apitude

Yet another API framework

image

apitude/apitude

Yet another API framework

  • Tuesday, April 19, 2016
  • by baohx2000
  • Repository
  • 3 Watchers
  • 1 Stars
  • 23 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Code Climate, (*1)

http://slides.com/gordonforsythe/deck#/, (*2)

SETUP

  1. Create a new composer application depending on apitude/apitude and run composer install
  2. Copy everything in vendor/apitude/apitude/install to your application root
    1. Set environment constants and other configuration in config/local.config.php
    2. Include any extra plugin modules you will want for your application (auth, etc)
  3. Create a tmp directory in your root application directory.
    1. Create tmp/proxies
    2. Create tmp/cache
    3. Ensure tmp directory and its children are writable by your web server user (www-data in most cases).
    4. Add tmp to your application's .gitignore file so none of its contents are added to your repository.
  4. Create a Migrations folder (must be capitalized) in your application's root.
  5. Set your web server to hit public/api.php for non-static content
  6. To run console commands use the vendor/bin/apicon command

The Versions

19/06 2015

v0.0.1

0.0.1.0

Yet another API framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gordon Forsythe