unikent/programmes-plant-api-php

A library for interacting with the Programmes Plant REST API.

dev-master 2016-10-12 12:26 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:44:19 UTC


README

A PHP library for interacting with the Programmes Plant REST API.

Build Status - master

Usage

Please refer to the current brand guidelines for use of the existing brand.

Installing For Development

Dependencies are installed using Composer. Once installed run composer.phar install --dev (or composer dependending on where Composer is installed).

You will need Node.js to run the tests which boot a simple HTTP server for simulation of various HTTP responses.

Installing For Production

Run composer install before usage.

Tests

Providing the development installation is complete, run bin/phpunit.