sideshow_bob / model
A PHP model interfaces
1.0.3
2016-03-15 11:55 UTC
Requires
- php: >=5.4
- danielstjules/stringy: ~2.2
Requires (Dev)
- kbsali/redmine-api: ~1.0
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.0
This package is not auto-updated.
Last update: 2024-10-24 00:49:22 UTC
README
A PHP model interface
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.