GitHub - stevoPerisic/api-framework: Lightweight framework for creating RESTful APIs in PHP.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

4 Commits

Repository files navigation

Summary

A basic RESTful API framework written in PHP. Allows you to create a web service where data can be accessed in a simple URL format such as http://example.com/api/[resource]/[id].

Installation

Simply deploy the files on your web server. Then, create your controllers as in the classes/controllers/ directory. The sample NewsController uses a flat-file approach to storing data, but this can be easily extended to use a database or other data source.

About

Lightweight framework for creating RESTful APIs in PHP.

Resources

Readme

Activity

Stars

2 stars

Watchers

1 watching

Forks

52 forks

Releases

No releases published