Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source PHP reporting tool

Tags:

php

reporting

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

like image 466
taras Avatar asked May 28 '09 13:05

taras


People also ask

What is KoolReport?

KoolReport is an intuitive and flexible open-source PHP Reporting Framework for faster and easier report delivery.

Is FineReport free?

FineReport is a reporting tool that is free for personal use, without time and function limits. The Excel-like interface is easy for users to generate, export, and print complex reports or irregular reports.

Is KoolReport free?

KoolReport is released under MIT license which is totally free to download and use.

What is open source reporting?

The meaning of the term has since changed and broadened, and it is now commonly used to describe forms of innovative publishing of online journalism, rather than the sourcing of news stories by a professional journalist.


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

[UPDATE]

PHPExcel is archived now you can use PhpSpreadsheet instead.

like image 159
Kris Erickson Avatar answered Oct 25 '22 04:10

Kris Erickson


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

like image 44
Nayan Paul Avatar answered Oct 25 '22 05:10

Nayan Paul