trainjunkies-packages / darwin-webservice
Consume NRE Darwin Staff webservice
v1.0
2019-10-04 14:02 UTC
Requires
- php: ^7.1
- ext-json: *
- ext-soap: *
- zendframework/zend-soap: ^2.8
Requires (Dev)
- phpspec/phpspec: ^3.4
- phpstan/phpstan: ^0.11.15
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-11-05 01:32:34 UTC
README
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
- Ben McManus - bennoislost
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