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
- Host: GitHub
- URL: https://github.com/tina4stack/tina4php-reports
- Owner: tina4stack
- Created: 2023-07-03T14:39:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-15T13:30:46.000Z (8 months ago)
- Last Synced: 2025-10-16T09:42:58.639Z (8 months ago)
- Language: Pascal
- Size: 76.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```