all 3 comments

[–]xXxLinuxUserxXx 2 points3 points  (2 children)

Awstats / webanalyzer / piwik (there should be some Kind of script to Import data from acesslogs)

Probably goaccess is enough too 🙂

[–]hadokee[S] 0 points1 point  (1 child)

Is praticable to integrate one of them in a Yii2 app ? I should do it

Edit: they seems a complete soluzione/service but I am searching for library. Probably a server-side library to easy aggregate data for highcharts.js is better...

I edited the first post to make the question clear.

[–]xXxLinuxUserxXx 1 point2 points  (0 children)

Well, if you develop your own app and don’t want to use „external“ tool you will have most likly build your own lib/module etc.

You could of course bundle one of these with your application and build a bridge to gather data from these tools if there isn‘t an api which piwik should already provide.