ETL package written in PHP.
You will need to install the project dependencies by running the following command.
docker-compose run app composer installThe tests can be run using the following command.
docker-compose run app composer testThis project uses git hooks to enforce a consistent branch and commit naming convention. To enable these hooks during local development you will need to run the following command.
git config core.hooksPath ./.githooksBranch names should obey the following regex.
^(feature|fix)\/#[0-9]+-[a-zA-Z0-9-]+$Commits will then automatically be prepended with the issue number specified after the # in the branch name.