Php Reporting Tool Pdf

Active3 years, 11 months ago

I have been developing with PHP for over ten years (since PHP version 3) and have used many different programming languages.

  • Php-reports include a specific extension to AdoDB report type and in order to simplify the use of this report without a need to create complex SQLs or logic. Still, because it is a specific type of AdoDB report, there are couple of ways to handle them in php-reports right now.
  • Scriptcase is a must have for anyone developing web-based (internal and external) apps in a rapid fashion. Thank you Scriptcase Team! Kenn Lucas Data Analytic Tool Development Human Resources Talent Acquisition, University Relations (www.cisco.com).
  • 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.
  • The Open Source PHP Reporting Tool Design Reports. Embed Reports. Criteria Groups Charts Expressions Drilldowns Integrated plugins for Joomla, Laravel, Yii 1.1 and 2.0 and October CMS.

But I have never seen any PHP reporting tools. I am looking for something similar to

Reportico PHP Report Designer An Open Source PHP web reporting tool. Design reports. Build Report Menus. Embed reports in web pages. Add criteria selection. Run to HTML, PDF, CSV. Bootstrap compatible. KoolReport, an intuitive and flexible Open Source PHP Reporting Framework for faster and easier report delivery. Opensource PHP reporting tool. Up vote 4 down vote favorite. 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. My data is stored in MySQL And my application is in CakePHP. Open-source php mysql reporting.

  • Jasper Reports
  • Crystal Reports
  • Fast Report
  • Quick Report
  • Report Builder

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?

iconoclast
11.1k10 gold badges78 silver badges104 bronze badges
sdemirkesersdemirkeser

Open Source Reporting Tool

2402 gold badges5 silver badges10 bronze badges

closed 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:

Free Reporting Tool

  • '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
If this question can be reworded to fit the rules in the help center, please edit the question.

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: Epson 2100 printer driver download.

  • 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.

jdornjdorn

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.

Community
StarxStarx
60.9k36 gold badges162 silver badges244 bronze badges

Reportico looks promising. Also it has an extension for Yii making it my favourite.

mccbalamccbala

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

Community
juanmfjuanmf
1,7241 gold badge19 silver badges26 bronze badges

This project exist for long time. I create all my project using this.http://www.simitgroup.com/?q=PHPJasperXML

kstankstan

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

Best regards.

UnderDog
1281 gold badge3 silver badges14 bronze badges
Francis GonzalesFrancis Gonzales

Not the answer you're looking for? Browse other questions tagged phpreportingreport or ask your own question.

Active2 years, 3 months ago

I am developing web based application, i need php reporting lib/class to make the job easy.I need PDF/Excel format. The report based on related db tables(member bills, member info) Is there any advanced open source solution ?

Thanks

tarastaras
1,1505 gold badges27 silver badges42 bronze badges

5 Answers

There are tons of reporting libraries, most of which create Xml or Csv. You would have to give more data about what kind of reporting you need for a recommendation. I haven't used PHPExcel yet, but it is the first attempt I have seen to actually create Excel documents rather than creating CSV's that will load in Excel. PDF creation is built into PHP with the PDF functions, and is fairly easy to do.

Kris EricksonKris Erickson
25.7k26 gold badges108 silver badges166 bronze badges

I Think PHP Report Maker is ther best php Reporting Tool's but it is not free or open source.

Nayan PaulNayan Paul

A newer library that looks very promising is PHP Reports by jdorn on github.

Hp install driver download printer 1020 for windows 7. This is unrelated to the older library by the same name hosted on Sourceforge.

lolcodelolcode

A bit late, but you might want to check out RLib - works with PHP and MySQL and creates multiple different types - PDF, CSV, HTML etc.

Jim NickelJim Nickel

Unfortunately I don't know of a decent reporting class in PHP.

Do you need a full reporting suite, or do you just need to be able to export data to the pdf and Excel file formats?

If you only need to create these kind of pages, the simplest solution would be to display the data you require and add CutePdf software which installs itself as a printer. Then you can print to pdf from the browser.

If you need to create pdf files on the server side, there is a pdf creation library in the Zend Framework. ZendFramework-1.8.1libraryZendPdf

Jon WinstanleyJon Winstanley
16.6k20 gold badges65 silver badges106 bronze badges

Not the answer you're looking for? Browse other questions tagged phpreporting or ask your own question.