unikent/programmes-plant-api-php

A library for interacting with the Programmes Plant REST API.

Installs: 1 093

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 18

Forks: 0

Open Issues: 1

pkg:composer/unikent/programmes-plant-api-php

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

This package is not auto-updated.

Last update: 2025-10-11 17:39:09 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.