Thanks to visit codestin.com
Credit goes to github.com

Skip to content

angelexevior/nginx-rest-api-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

API Framework

This is a simple API framework that should help you get APIs and web services up and running for your PHP application.

Roadmap

This is version 2 of the framework and currently in heavy development, but the roadmap is as follows:

  • Router
  • Sample controller for testing purposes
  • Different response views (initially JSON and XML)
  • Authentication options
    • HTTP basic authentication
    • OAuth
  • Rate-limiting

There will be no model layer. This is by design. This is so developers can use the framework in existing PHP applications, or implement their own preferred implementations, whether that be their own hard-crafted model classes or a fully-fledged ORM.

Issues

Any suggestions or queries then feel free to tweet me at @martinbean.

If you have an issue with the framework, then feel free to create an Issue on the repository page. However, don‘t check out the v2-wip branch and then create an Issue saying it doesn’t work—as aforementioned it’s currently in heavy development!

License

The API framework will be released under the MIT License.

About

Lightweight framework for creating RESTful APIs in PHP.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • PHP 96.7%
  • CSS 3.3%