lb-hounslow/hounslow-api-client

An interface for the Hounslow API

v0.8 2023-05-08 17:09 UTC

README

This is a lightweight API client for the Hounslow API and can be installed into any PHP project using composer.

See example.php for usage.

Releases

Requirements

Contributing

This repository is currently closed for contribution. Please report an an issue if you come across one.

Setup

  • Run composer require lb-hounslow/hounslow-api-client.
  • See example.php for usage.
  • Requires the API url, Client ID, Client Secret and an active user account with the correct roles.

Tests

There are 25 tests with 77 assertions.

Run ./vendor/bin/phpunit tests