liamcrayden/nhsdigital-php

This package is abandoned and no longer maintained. No replacement package was suggested.

A PHP library for interacting with a variety of NHS APIs

Maintainers

Package info

github.com/liamcrayden/nhsdigital-php

pkg:composer/liamcrayden/nhsdigital-php

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2023-08-04 13:50 UTC

This package is auto-updated.

Last update: 2026-02-04 19:22:38 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