This is an MVC/OOP PHP project that allows used to generate Turnover in CSV format.
- WAMP or XAMPP Environment
- Composer Latest Version
- Clone the repo to your localhost
- Run command
composer require phpoffice/phpspreadsheet
- DB & Other Configueration
app/config/config.php
$host = "http://localhost";
$rootFolder = "otriumchallenge";
$siteName = "Otrium Challenge";
$dbHost = "localhost";
$dbUser = "root";
$dbPass = "";
$dbName = "otrium_challenge";
- All CSV Reports Saved in
app/public/reports
- PHP 7.4.9
- HTML
- CSS
- Bootstrap
- PHPSpreadsheet (More Info : https://phpspreadsheet.readthedocs.io/en/latest/ )
Sameera Dananjaya Wijerathna - 0718761292