unikent / programmes-plant-api-php
A library for interacting with the Programmes Plant REST API.
Installs: 1 070
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 19
Forks: 0
Open Issues: 1
Requires
- doctrine/cache: 1.5.*@dev
- guzzlehttp/guzzle: 3.1.2
Requires (Dev)
- phpunit/phpunit: 3.7.*@dev
This package is not auto-updated.
Last update: 2024-11-09 13:18:11 UTC
README
A PHP library for interacting with the Programmes Plant REST API.
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
.