Download the PHP package osit/webalitics without Composer
On this page you can find all versions of the php package osit/webalitics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download osit/webalitics
More information about osit/webalitics
Files in osit/webalitics
Package webalitics
Short Description Focused web analytics software, with real-time reports about the traffic sources, locations, and technologies used by the visitors.
License MIT
Homepage https://github.com/OmniSolInfoTech/webalitic
Informations about the package webalitics
WEBALITICS
About Webalitics
Webalitics is a focused web analytics software with real-time reports about the traffic sources, locations, and technologies used by the visitors.
Using Webalitics
Webalitics does its magic to find out which visitor came to your website, where in the world they are, and what browser and OS they used. You can then draw up a plan to make your website friendlier to a demographic or include more content for the specific demographic.
Getting Started
- Composer require the package:
` -
Initialise the package:
` -
Add Webalitics as middleware to your project. From your project root:
- locate the file '/app/Http/Kernel.php' .
- add
\Osit\Webalitics\Visilyzer::class,
to the'web'
index in the$middlewareGroups
array.
-
Add more information to enabled Webalitics:
- Edit the Webalitics config file that can be found at project root '/config/webalitic.php' to edit routes you would like to monitor and to also add your GeoIP credentials to allow Webalitics to gather where your website visitor are in the world! You can also edit your .env file to add your User Name and Website Name, although these do not affect the workings for Webalitics.
- Use Webalitics:
- visit your website to check for any errors.
- visit Webalitics Dashboard using path {/webalitics/admin} e.g.: http://127.0.0.1:8000/webalitics/admin to get your Webalitics!
Security
You can protect you Webalitics data by uncommenting the line of code:
// $this->middleware('auth');
in the WebaliticsController.php constructor.
Contributing
Thank you for considering contributing to the Webalitics package!
Please email our developer via [email protected] to find out how.
All versions of webalitics with dependencies
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^10.32
ext-curl Version *