https://github.com/prolificinteractive/mabi
Start your REST Mobile APIs Fast and Build as you Grow
https://github.com/prolificinteractive/mabi
Last synced: 4 months ago
JSON representation
Start your REST Mobile APIs Fast and Build as you Grow
- Host: GitHub
- URL: https://github.com/prolificinteractive/mabi
- Owner: prolificinteractive
- License: mit
- Created: 2013-07-17T23:02:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T13:34:58.000Z (over 6 years ago)
- Last Synced: 2025-06-27T04:57:58.868Z (about 1 year ago)
- Language: C
- Size: 1.69 MB
- Stars: 8
- Watchers: 40
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://coveralls.io/r/prolificinteractive/mabi)
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](https://github.com/prolificinteractive/mabi/wiki).
Contributing
====
Currently the project is being maintained by [Photis Patriotis](photis@prolificinteractive.com) at
[Prolific Interactive](http://prolificinteractive.com/). 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](LICENCE) file for more information.