Download the PHP package necessarylion/php-analytics without Composer
On this page you can find all versions of the php package necessarylion/php-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download necessarylion/php-analytics
More information about necessarylion/php-analytics
Files in necessarylion/php-analytics
Download necessarylion/php-analytics
More information about necessarylion/php-analytics
Files in necessarylion/php-analytics
Vendor necessarylion
Package php-analytics
Short Description Google analytics alternative of laravel-analytics
License MIT
Package php-analytics
Short Description Google analytics alternative of laravel-analytics
License MIT
Please rate this library. Is it a good library?
Informations about the package php-analytics
PHP Google Analytics
composer require necessarylion/php-analytics
-
setup start date and end date
-
get top referrers links
$analytics->getTopReferrers();
-
get total visitors and total page view
$analytics->getTotalVisitorAndPageView();
-
get visitor type with total views eg. New Visitor, Returning Visitor
$analytics->getUserTypes();
-
get top 20 most visited pages
$analytics->getMostVisitedPages();
-
run custom query
- get raw response
$result = $analytics->getResponse();
All versions of php-analytics with dependencies
PHP Build Version
Package Version
Requires
google/apiclient Version
^2.9
The package necessarylion/php-analytics contains the following files
Loading the files please wait ....