TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: PHP library/script for site analytics

5 pointsby threebuttonover 14 years ago
I have a web app that allows members to create custom pages/profiles (think Facebook). I would like each member to be able to see their own analytics. Do you know of a php script or library for storing, and then nicely displaying visitor stats/analytics?

1 comment

bobdsover 14 years ago
<a href="http://www.openwebanalytics.com/" rel="nofollow">http://www.openwebanalytics.com/</a><p><a href="http://piwik.org/" rel="nofollow">http://piwik.org/</a><p>You will definitely need to do some customization with these. Also whatever you use, consider that most analytics GUIs are written under the assumption that very few people will have access to them. This will affect both security and performance. Your best bet is using one of the above for the backend and making an optimized stats viewing interface for your users.
评论 #1728314 未加载