liamcrayden / nhsdigital-php
A PHP library for interacting with a variety of NHS APIs
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/liamcrayden/nhsdigital-php
Requires
This package is auto-updated.
Last update: 2025-11-04 18:40:02 UTC
README
A simple PHP library for interacting with a variety of NHS APIs. Currently only communicates with the Comments API. All other APIs will be added in due course.
Liam Crayden, Crayden Group liam.crayden@crayden-group.co.uk
Please ★ this package if you found it useful :)
Installation
The recommended way to install this library is through Composer. New to Composer?
This will install the latest supported version:
$ composer require liamcrayden/nhsdigital-php
History
v1.0.0 (2023-08-24) guzzle dependency bump to ^7 and #[\ReturnTypeWillChange] for PHP 8.x moans
v0.0.1 (2019-10-20) initial commit - NHS Comments API only