How can I create complex reports with PHP / Symfony2?

mHouses

I need to create large and complex reports (with graphs, images, pagination, headers and footers, etc) from my Symfony 2 application.

I've been searching the web, looking for Symfony or PHP complete report generators (like Crystal Reports, Report Builder or JasperReports), but I haven't found anything. The only thing I've found are some libraries to generate PDF's from PHP, and the wkhtml2pdf tool.

Is there any reporting tool for Symfony 2 or, at least, for PHP? Or must I use JasperReports and search or write any plugin to call Jasper from Symfony? I haven't deployment constraints because I have my own VPS (no shared server), so I have root access.

Miguel Garcia

For a "pure" PHP solution, you can use PHPJasperXML, which renders Jasper Reports natively into PHP, so you don't need to setup Java and a bridge for PHP, there are some limitations as this is not an official implementation, but it's pretty useful nonetheless.

By the way, the reports can be created with IReport, and then simply used on PHPJasperXML.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I create complex reports with PHP / Symfony2?

From Dev

How to create a complex form in Symfony2 with Doctrine

From Dev

How can I create a complex query that sum conditions with 2 tables?

From Dev

How can i access php complex array

From Dev

Symfony2 - How can I remove 'web/app_dev.php/' from my url?

From Dev

How can I call multiple pages from a single method of DefaultController.php in Symfony2?

From Dev

How can I create complex unique using Rails?

From Dev

How can I create complex types in suds python

From Dev

In Symfony2 how can I append a date to the assetic filenames

From Dev

How can I throw a 403 exception in Symfony2?

From Dev

How can I catch errors and exceptions in Symfony2/Silex?

From Dev

How can I get the action name in a Symfony2 controller?

From Dev

How can I dynamically set a parameter in Symfony2?

From Dev

How can I do to reload a symfony2 server with gulp?

From Dev

How can I inject doctrine into Symfony2 service

From Dev

How can i show the first published demands in Symfony2 ?

From Dev

How can I join multiple tables in symfony2?

From Dev

How can I load templates from subdirectories in Symfony2?

From Dev

How can I get the action name in a Symfony2 controller?

From Dev

How can I dynamically set a parameter in Symfony2?

From Dev

how can I change the implementation of FlashBag messages in Symfony2

From Dev

In Symfony2 how can I append a date to the assetic filenames

From Dev

How can i restrict acces in my page? Symfony2

From Dev

How can I join multiple tables in symfony2?

From Dev

How can I do to reload a symfony2 server with gulp?

From Dev

How to use php variables in configuring a service i symfony2?

From Dev

How can I check if request was a POST or GET request in Symfony2 or Symfony3

From Dev

PHP How can I create multiple sessions?

From Dev

PHP - How can I create a recursive function?

Related Related

  1. 1

    How can I create complex reports with PHP / Symfony2?

  2. 2

    How to create a complex form in Symfony2 with Doctrine

  3. 3

    How can I create a complex query that sum conditions with 2 tables?

  4. 4

    How can i access php complex array

  5. 5

    Symfony2 - How can I remove 'web/app_dev.php/' from my url?

  6. 6

    How can I call multiple pages from a single method of DefaultController.php in Symfony2?

  7. 7

    How can I create complex unique using Rails?

  8. 8

    How can I create complex types in suds python

  9. 9

    In Symfony2 how can I append a date to the assetic filenames

  10. 10

    How can I throw a 403 exception in Symfony2?

  11. 11

    How can I catch errors and exceptions in Symfony2/Silex?

  12. 12

    How can I get the action name in a Symfony2 controller?

  13. 13

    How can I dynamically set a parameter in Symfony2?

  14. 14

    How can I do to reload a symfony2 server with gulp?

  15. 15

    How can I inject doctrine into Symfony2 service

  16. 16

    How can i show the first published demands in Symfony2 ?

  17. 17

    How can I join multiple tables in symfony2?

  18. 18

    How can I load templates from subdirectories in Symfony2?

  19. 19

    How can I get the action name in a Symfony2 controller?

  20. 20

    How can I dynamically set a parameter in Symfony2?

  21. 21

    how can I change the implementation of FlashBag messages in Symfony2

  22. 22

    In Symfony2 how can I append a date to the assetic filenames

  23. 23

    How can i restrict acces in my page? Symfony2

  24. 24

    How can I join multiple tables in symfony2?

  25. 25

    How can I do to reload a symfony2 server with gulp?

  26. 26

    How to use php variables in configuring a service i symfony2?

  27. 27

    How can I check if request was a POST or GET request in Symfony2 or Symfony3

  28. 28

    PHP How can I create multiple sessions?

  29. 29

    PHP - How can I create a recursive function?

HotTag

Archive