americanreading / reporting
PHP library for building reports
Installs: 4 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- php: >=7.1
- phpoffice/phpspreadsheet: ^1
This package is not auto-updated.
Last update: 2025-03-30 08:07:05 UTC
README
Classes for building reports in PHP
Development
To setup a local development environment, close this repository and run:
docker-compose build docker-compose run --rm php composer install docker-compose up -d
Browse http://localhost:8000 to view example reports.