A PHP model interfaces

1.0.3 2016-03-15 11:55 UTC

This package is not auto-updated.

Last update: 2024-04-24 22:32:17 UTC


README

A PHP model interface

Build Status

Installation

The suggested installation method is via composer:

php composer.phar require "sideshow_bob/model:~1.0.0"

Usage

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.