A PHP model interface
The suggested installation method is via composer:
php composer.phar require "sideshow_bob/model:~1.0.0"
The project provides interfaces that allow to model databases or HTTP API endpoints easily.
As an example we have added an implementation for the Redmine API based on the Redmine Client by kbsali.
The example can be found in the examples
directory.