fireguard/report

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
README_PT.md
composer.json
composer.lock
docker-compose.yml
examples/report-boleto.pdf
examples/report1.html
phpunit.xml
examples/report1-html.php16
examples/report1-image.php21
examples/report1-pdf.php27
src/Report/Contracts/ExporterInterface.php15
src/Report/Contracts/ReportInterface.php14
src/Report/Exporters/AbstractExporter.php112
src/Report/Exporters/AbstractPhantomExporter.php215
B
5 hrs
src/Report/Exporters/HtmlExporter.php48
src/Report/Exporters/ImageExporter.php41
src/Report/Exporters/PdfExporter.php30
src/Report/Laravel/ReportServiceProvider.php44
src/Report/Report.php80