groundwork / framework
A PHP micro-framework for making RESTful JSON APIs
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=5.3.0
Suggests
- dhorrigan/capsule: Capsule is a wrapper for using Laravel's database outside of Laravel
- illuminate/database: Laravel's database abstraction is great for adding ORM capabilities
This package is not auto-updated.
Last update: 2024-12-21 14:37:44 UTC
README
groundwork is a lightweight RESTful-like PHP framework that is designed to accept input and output in JSON. It is designed to quickly get a PHP backend communicating with a backbone.js, or equivalent, frontend.
This is the framework components of groundwork - these components should be obtained via downloading/cloning the groundwork app components found here: https://github.com/ndavison/groundwork and then running "composer install". This will get these groundwork framework components via composer for you.
License
groundwork is open-sourced software licensed under the MIT License.