yjv / report-rendering
library with classes that allow easy rendering of report data
Requires
- php: >=5.3.0
- symfony/event-dispatcher: ~2.0
- symfony/form: ~2.1
- symfony/http-foundation: ~2.0
- symfony/options-resolver: ~2.1
- symfony/property-access: ~2.2
- yjv/type-factory: ~2.0
Requires (Dev)
- fzaninotto/faker: ~1.3
- mockery/mockery: @dev
- symfony/dependency-injection: ~2.0
- symfony/templating: ~2.0
- symfony/twig-bridge: ~2.0
- twig/extensions: *
- twig/twig: *
This package is not auto-updated.
Last update: 2024-11-18 15:21:07 UTC
README
Purpose
Report Rendering is meant to be used to render any tabulatable data from just about any source into just about any format. This is done by using datasource classes that feed the report and allowing the report to hold multiple renderers for rendering this data. The main idea with this library was to make it as flexible as possible to be able to accommodate whatever requests you may get with formatting, coloring or otherwise of a report table, row or cell, whether it is static, per row or data driven.
Documentation
See the wiki for examples and tutorials.
About
Requirements
- Any flavor of PHP 5.3 or above should do
- [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Frameworks Integration
- Symfony2 pull the ReportRenderingBundle.
Author
Yosef Deray - joseph.deray@giftcards.com
License
ReportRendering is licensed under the MIT License - see the LICENSE
file for details