Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 808 Bytes

Mikko Test

This project is written to demonstrate coding skills as part of a job application. The project can be used to calculate bonus and salary payment dates based on the current date and business logic.

Requirements

  • Php 5.6 or higher
  • Globally installed composer

Setup Development

  1. Git clone https://github.com/Baabah/mikko-test.git
  2. Run composer update
  3. Make sure write permissions have been set for the output/ folder

Frameworks & libraries

  • Silex, a micro framework based on Symfony2 components
  • ConsoleServiceProvider, a library for providing a Symfony console in a Silex project

Usage

This application can be utilized by entering app\console payroll:dates <output filename> on the commandline

Testing

To execute tests run vendor\bin\phpunit