Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 699 Bytes

File metadata and controls

18 lines (12 loc) · 699 Bytes

PHP Model

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.