良好的PHP开源分析/统计软件? [英] Good open source analytics/stats software in PHP?

查看:120
本文介绍了良好的PHP开源分析/统计软件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建的网址缩短服务需要向用户显示一些基本的点击统计信息:点击次数,转化次数,引荐域和国家(可按日期范围过滤).将来我可能需要更多高级统计信息.

The url shortening service I'm building needs to display some basic click stats to users: # of clicks, conversions, referring domains, and country (filterable by a date range). I'll possibly want more advanced stats in the future.

是否存在现有的开源软件,该软件可让我向其传递事件,然后轻松显示该事件的条形图或折线图(例如,两个指定日期之间的转化"折线图).似乎应该存在这样的东西,然后比从头开始构建整个东西要容易得多.

Is there existing open source software that will allow me to pass events to it and then easily display a bar or line graph of that event (for example, a line graph of "conversions" between two specified dates). It seems like something like this should exist and would be much easier then building the whole thing from scratch.

我知道有图形脚本,但是仍然需要我格式化数据(通常是xml文件),然后将其传递给图形.我正在寻找更完整的东西,我可以只提供事件信息,然后执行其他所有操作.

I know there are graphing scripts, but that still requires me to format the data (usually as an xml file) and then pass it to the graph. I'm looking for something a bit more complete, which I can just feed the events and then it does everything else.

推荐答案

我能成像的每种软件都需要您生成要绘制的数据.

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:

  • Use a third party solution for your stats (such as Google Analytics)
  • Use a library to show your data graphically

第一个解决方案将易于使用,但不会灵活. 第二个要难一些(不是太多),但是您将决定要绘制什么以及如何绘制.

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.

我最近开始了一个开源项目使highcharts绘图更容易从php开始.您可能想看看它.

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.

这篇关于良好的PHP开源分析/统计软件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆