Free web reporting tool

We are creating a Facebook application that records events for the MySQL database (events such as adding / removing an application, invitation sent, etc.)

I am looking for a web-based reporting tool that will generate reports based on our MySQL database and will be available to users of applications from the Internet. It must support PHP and JavaScript (we are writing an application in PHP and JavaScript).

It should display (for our application users) predefined reports that we will create based on our database.

We are currently working with the Kontagent web reporting tool and looking for something similar, but free.

I looked through this post but did not find any suitable free web tools.

Thank.

+5
source share
2 answers

After some research, I can defiantly recommend about two free reporting tools suitable for analytic reporting like Kontagent.

The first one we actually use in our own project, JpPlot , is the javascript API for creating charts. It is completely free, very customizable, and has many graphical renderings.

JpGraph. , , JpPlot. PHP , .

+1

All Articles