Good open source analytics/stats software in PHP? [closed]

爷,独闯天下 提交于 2019-12-03 09:56:11

Every kind of software I can image will need you to generate the data you want to plot.

At this point, you have two possibilities:

The first solution will be easy to use, but it won't be flexible. The second one will be a bit harder (not too much), but you'll decide what to plot and how.

I've recently started an open source project to make the highcharts plotting easier from php. You might want to have a look to it.

Sam

There are a large number of packages that do what you want. The most popular ones are:

They all require a database connection (mostly MySQL) to collect and store the data, which can be a performance problem when your service becomes popular.

One of the simpler packages that is file-based is

The features of file-based solutions are generally more limited.

rook

AWStats is the best open source analytics/stats software I have used. Recently we have moved away AWStats and we are using Google Analytics, but that is because we are also using Google Adwords. AWStats is a great program.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!