An open API service indexing awesome lists of open source software.

https://github.com/tina4stack/tina4php-reports

The reporting engine for tina4php
https://github.com/tina4stack/tina4php-reports

Last synced: 4 months ago
JSON representation

The reporting engine for tina4php

Awesome Lists containing this project

README

          

# tina4php-reports

Report engine for Tina4

### Installation

```
composer require tina4stack/tina4php-reports
```

### Running a docker to test with
```
docker run -d --name mysql8 -e MYSQL_ROOT_PASSWORD=Pass1234! -p 33068:3306 mysql:8.0
```