Download the PHP package dmitry-trish/report-bundle without Composer
On this page you can find all versions of the php package dmitry-trish/report-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dmitry-trish/report-bundle
More information about dmitry-trish/report-bundle
Files in dmitry-trish/report-bundle
Download dmitry-trish/report-bundle
More information about dmitry-trish/report-bundle
Files in dmitry-trish/report-bundle
Vendor dmitry-trish
Package report-bundle
Short Description Symfony report bundle
License MIT
Homepage https://github.com/DmitryTrish/dtReportBundle
Package report-bundle
Short Description Symfony report bundle
License MIT
Homepage https://github.com/DmitryTrish/dtReportBundle
Please rate this library. Is it a good library?
Informations about the package report-bundle
Symfony Report Bundle
by Dmitry Trish
Installation
- Add composer package
$ composer require dmitry-trish/report-bundle
- Add
new DmitryTrish\ReportBundle\DmitryTrishReportBundle()
in appKernel.php $bundles array - Update your DB schema
$ ./bin/console doctrine:schema:update --force
Usage
Get report service in your controller or whatever your want.
Then create a report form. It's handling request automatically.
Register submitted form by call register method.
Advanced
You can register report without creating and handling form. Just create new Report instance and provide report text. Then register it.
All versions of report-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package dmitry-trish/report-bundle contains the following files
Loading the files please wait ....