fourlabs / reports-bundle
This bundle helps you report on your Symfony entities, by using on fourlabs/qbjs-parser-bundle and querybuilder.js.org.
Installs: 1 035
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 1
Requires
- php: ^7.0
- fourlabs/qbjs-parser: dev-master
- fourlabs/qbjs-parser-bundle: dev-master
- symfony/config: ~2.8|~3.0|~3.1
- symfony/dependency-injection: ~2.8|~3.0|~3.1
- symfony/event-dispatcher: ~2.8|~3.0|~3.1
- symfony/http-kernel: ~2.8|~3.0|~3.1
- symfony/property-access: ~2.8|~3.0|~3.1
- symfony/property-info: ~2.8|~3.0|~3.1
- symfony/routing: ~2.8|~3.0|~3.1
- symfony/serializer: ~2.8|~3.0|~3.1
- symfony/translation: ~2.8|~3.0|~3.1
This package is auto-updated.
Last update: 2024-11-22 07:44:05 UTC
README
#ReportsBundle
Whereas QBJSParserBundle provides you with a wrapper to parse,
and construct Report Builders, this bundle helps you create, view, edit, and delete your reports. Hence this bundle,
introduces the concept of a FL\ReportsBundle\Model\Report
model class.
Furthermore, this bundle provides controllers in the namespace, FL\ReportsBundle\Action
.
Taking a step back
This bundle has had its controllers trimmed for the moment. Please wait for further development.