A Mobile API Framework
Installs: 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 41
Forks: 11
Open Issues: 13
Language:C
Requires
- php: >=5.3.0
- illuminate/cache: 4.1.*
- illuminate/filesystem: 4.1.*
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-11-02 19:42:08 UTC
README
Start your REST Mobile APIs Fast and Grow It
A Mobile API Framework that will help you get a REST API off the ground quickly and help it grow along with your application. It helps create standardized communications between Mobile Devices and the Server for better communication of everyone on your team.
Overview
- Model-Controller (no view!) based system
- Fully Object Oriented
- Out of the box use with Mongodb
- Automatic documentation available through iodocs
- Framework for unit testing
- Models Export to iOS Core Data XML file
Example Project
Coming soon...
Documentation
Take a look at this project's wiki.
Contributing
Currently the project is being maintained by Photis Patriotis at Prolific Interactive. Feel free to contact me or the company directly if you would like to be involved in the project!
Requirements
- PHP (5.3+)
- Mongodb (although other databases will soon be implemented) ** Mongodb PHP extension is required
- NodeJS (for running the automated documentation)
License
This project is released under the MIT License. See the LICENSE file for more information.