I develop a website on that people can create their own subpages with some tools i provide. And i would like to add the ability for users to see statistics without setting them on their own (like with Google Analytics. So i need some SAAS or PHP scripts for statistics that meets this criteria:
- it's easy to create new account in statistics programmatically when person creates account on my website
- it's easy to integrate my login mechanism with the login mechanism of the statistics
- person sees only his statistics and not other people statistics
- statistics are enabled on a website by adding some JS script to user subpage.
Do you any software of this kind that is easy to deploy?