PHP package to consume National Rail OpenLDBSV Web Service
Install Composer and require the package with the below command.
composer require trainjunkies-packages/darwin-webservice
Signup to the OpenLDBSV Webservice here for an authorisation token.
See the scripts
directory for example code.
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
- Ben McManus - bennoislost
See also the list of contributors who participated in this project
This project is licensed under the MIT License - see the LICENSE.md file for details