groundwork/framework

A PHP micro-framework for making RESTful JSON APIs

0.3.0 2013-03-02 12:43 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:22:06 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.