lb-hounslow / hounslow-api-client
An interface for the Hounslow API
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/lb-hounslow/hounslow-api-client
Requires
- php: >=7.4.2
- ext-json: *
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2025-12-16 05:17:55 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
- These are covered in the Changelog
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 Secretand an activeuser accountwith the correct roles.
Tests
There are 25 tests with 77 assertions.
Run ./vendor/bin/phpunit tests