Daily reporter
Introdction
Daily reporter is simple CLI application based on Symfony components, that help you to fetch data from JIRA and send it through email.
Daily reporter application can add additional data during report generation.
Installation
- Clone repository
git clone
- Execute
composer install
- Copy .env.dist and set appropriate values
cp .env.dist .env
- Run
php reporter generate
Requirements
- PHP 7.0
- Composer