php
  • PHP 91.7%
  • Shell 4.2%
  • Nix 2.7%
  • Dockerfile 1.4%
Find a file
Oliver Davies 339774d110
Some checks failed
CI / build-test (push) Has been cancelled
Refactor class aliases
- Refactor to use a foreach loop that includes class names and
  sub-namespaces to remove
- Fix StationsJsonFeedParser namespace
2026-03-17 01:00:41 +00:00
.github/workflows ci: simplify the CI workflow 2022-06-09 18:45:02 +01:00
src Refactor class aliases 2026-03-17 01:00:41 +00:00
tests Update test names 2026-03-14 16:50:33 +00:00
tools build(docker): allow for setting the PHP version 2022-06-10 17:28:44 +01:00
.envrc Move helper scripts 2026-03-14 18:51:01 +00:00
.gitattributes chore: ignore additional files 2023-05-23 13:06:33 +01:00
.gitignore build(flake): use direnv 2023-10-18 22:33:08 +02:00
CHANGELOG.md Some 5 line addresses only have three lines 2024-06-04 14:08:46 +01:00
composer.json Rename bc.php to deprecated.php 2026-03-17 00:27:44 +00:00
deprecated.php Refactor class aliases 2026-03-17 01:00:41 +00:00
flake.lock build(flake): switch to 23.05, remove nodemon 2023-10-18 22:28:31 +02:00
flake.nix Move helper scripts to devshell commands 2026-03-14 19:44:09 +00:00
phpstan-baseline-lowest.neon Revert "refactor: remove StationSerializer" 2022-06-10 19:18:11 +01:00
phpstan-baseline.neon Revert "refactor: remove StationSerializer" 2022-06-10 19:18:11 +01:00
phpstan.neon.dist refactor!: return a StationCollection 2022-06-15 11:19:27 +01:00
phpunit.xml.dist build: rename to phpunit.xml.dist 2022-06-09 10:30:10 +01:00
README.md docs: update README and Composer description 2022-06-10 16:43:22 +01:00
run build: remove 7.4 from CI 2023-05-09 14:57:58 +01:00

national-rail-enquiries-feed-parser

A PHP library to parse station information from National Rail Enquiries in XML or JSON.

Installation

composer require opdavies/national-rail-enquiries-feed-parser

Usage

TODO.