trainjunkies-packages/darwin-webservice

Consume NRE Darwin Staff webservice

v1.0 2019-10-04 14:02 UTC

This package is auto-updated.

Last update: 2024-04-05 00:21:55 UTC


README

Build Status

PHP package to consume National Rail OpenLDBSV Web Service

Installation

via Composer

Install Composer and require the package with the below command.

composer require trainjunkies-packages/darwin-webservice

Getting Started

Signup to the OpenLDBSV Webservice here for an authorisation token.

See the scripts directory for example code.

Development

To use the Docker environment, copy and complete the .env.dist to .env and start the Docker compose environment.

docker-compose up -d
docker-compose run --rm app sh

The composer.json file has been configured to execute the test suite.

composer ci

Authors

See also the list of contributors who participated in this project

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments