-
Notifications
You must be signed in to change notification settings - Fork 0
blaines/Framework
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Develop a general purpose REST API framework that offers:
- Uniform way of handling HTTP Requests and Responses to save the
application developer time
- Way of dispatching actions from a specified URL, AKA URL Routing
- Support for HTTP Basic authentication (optional)
> This framework is inspired by sinatra and express
POST Example
curl -d "param1=value1&username=USERNAME" http://localhost/framework/contact
<h1>New</h1><p>Contact ID: </p><pre>Array
(
[param1] => value1
[username] => USERNAME
)
</pre>About
A simple php framework inspired by sinatra and express
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published