Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

kiteframe/etl

Repository files navigation

ETL CI

ETL package written in PHP.

Getting Started

You will need to install the project dependencies by running the following command.

docker-compose run app composer install

Running Tests

The tests can be run using the following command.

docker-compose run app composer test

Git Hooks

This 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 ./.githooks

Branch 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •