Skip to content

Instantly share code, notes, and snippets.

public light gtfs file

Pre requisites

In order to work properly, it needs git, phpcs and phpcbf to be installed

Location of their bin can be provided with environment parameters (see source code)

To avoid committing code with check style issues, download the file and you can add a git hook on pre-commit:

ln -s /path/to/phpcs-pre-commit .git/hooks/pre-commit