alfkonee / phalcon-rest

Phalcon REST Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Phalcon REST# Note: This project is under development. Develop branch stable for use.

![Phalcon REST Library](http://phalconist.com/olivierandriessen/phalcon-rest/default.svg)

A flexible library, consisting of interchangeable classes made for the modern REST API.

Installing

Install using Composer. Not all dependencies are required.

{
    "require": {
        "olivierandriessen/phalcon-rest": "dev-develop",
        "league/fractal": "0.12.0",
        "firebase/php-jwt": "2.0.0",
        "phpmailer/phpmailer": "5.2.9",
        "google/apiclient": "1.1.2",
    }
}

Boilerplate

For a full implementation of the library, check out the Boilerplate application.

Documentation

Documentation is coming soon.

External links

Blog on Gettings Started with Phalcon REST

Contributing

Please file issues under GitHub, or submit a pull request if you'd like to directly contribute.

Changelog

0.0.3 Added Auth/Account/Email, changed user registration flow
0.0.2 Major changes
0.0.1 Major changes

###Todo###

  • Convert indentation to spaces
  • DocBlocks
  • PSR-2 coding standard

About

Phalcon REST Library


Languages

Language:PHP 100.0%