liamcrayden/nhsdigital-php

A PHP library for interacting with a variety of NHS APIs

1.0.0 2023-08-04 13:50 UTC

This package is auto-updated.

Last update: 2025-09-04 18:19:25 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