Open Source Php Reporting Tool
I have been developing with PHP for over ten years (since PHP version 3) and have used many different programming languages.
But I have never seen any PHP reporting tools. I am looking for something similar to
Jsreport is an open source reporting platform where reports are designed using popular javascript templating engines. Pdf, html or even excel can be produced.
- Jasper Reports
- Crystal Reports
- Fast Report
- Quick Report
- Report Builder
Download Reportico PHP Report Designer for free. Reportico PHP Reporting Tool. Runs against MySQL, PostgreSQL, Informix, Oracle, SQLServer and SQLite - design reports, create report menus, configure criteria, graphs, grouping, drill-down, output in HTML, PDF, & CSV, expression handling, look and feel through CSS, data transformation. DataVision (free reporting tool) is an Open Source reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. Dec 18, 2016 Download Reportico PHP Report Designer for free. Reportico PHP Reporting Tool. Runs against MySQL, PostgreSQL, Informix, Oracle, SQLServer and SQLite - design reports, create report menus, configure criteria, graphs, grouping, drill-down, output in HTML, PDF, & CSV, expression handling, look and feel through CSS, data transformation. Opensource PHP reporting tool. So to make the reports and analytics which is the best PHP Reporting Tool. I have tried Jasper Reports but it is best for JAVA. KoolReport is an intuitive and flexible Open Source PHP Reporting Framework for faster and easier data report delivery.
I am not looking for:
- FPDF
- PHPExcel
- TCPDF
There must be a report designer and report library.
Has anyone seen PHP reporting tools comparable to those I mentioned?
iconoclastclosed as off-topic by kleopatra, hek2mgl, Kristoffer Sall-Storgaard, Marek Lipka, greg-449Dec 16 '13 at 9:51
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – kleopatra, hek2mgl, Kristoffer Sall-Storgaard, Marek Lipka, greg-449
6 Answers
You should check out Php Reports http://jdorn.github.io/php-reports/
Pros:
- Display reports as HTML tables
- Add charts/graphs to accompany reports
- Export reports to CSV, XLS, JSON, XML, etc.
- Add parameters to reports (e.g. date range)
- Find reports by browsing or searching.
- Looks really nice.
Cons:
- No report designer, reports are just SQL files with comments for meta information
- No user management or access control
- No email scheduling of reports (coming soon)
I looked into all the existing solutions for PHP before writing the Php Reports framework. Everything out there was ugly, unmaintained, not flexible enough, and/or hard to set up and use.
Well, judging by your example, you are looking for tools to represent the data. So, here are few you might like
- myDBR (Web Based)
Check this question to use Crystal Reports with php.
Php Reporting Tool Mysql
Reportico looks promising. Also it has an extension for Yii making it my favourite.
I haven't been a PHP dev for so long :P but I ran into the same issue.So I developed a solution that is comparable with Report Builder.It integrates several technologies (ApacheFOP, XSLT, XSLFO, MS Word, PHP, Doctrine 1.2) but provides a pure PHP API.
Take a look and count with my help if needed.https://github.com/juanmf/sfPlugins/tree/master/reportPlugin
Currently its a symfony plugin, but I'll decouple it.
Its similar to ReportBuilder in that you use Word as designer for report templates, where you must consider the data source structure (XML) to create the data placeholders. Also if you get your data in an array, then you can convert it into XML directly with utils methods.I explain a bit in this similar post:https://stackoverflow.com/questions/5519024/report-engine-solution-for-lamp-application#13042656
This project exist for long time. I create all my project using this.http://www.simitgroup.com/?q=PHPJasperXML
you can integrate PHP with Java and to use JasperReports with iReport as an IDE :).

I've developed a library this is the link https://github.com/FraGoTe/JasperPHPlibrary
Reporting In Php
Best regards.
