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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package webalitics

WEBALITICS

Packagist Version (custom server) Packagist PHP Version Static Badge License

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

  1. Composer require the package:
    `
  2. Initialise the package:
    `

  3. Add Webalitics as middleware to your project. From your project root:

    1. locate the file '/app/Http/Kernel.php' .
    2. add \Osit\Webalitics\Visilyzer::class, to the 'web' index in the $middlewareGroups array.
  4. Add more information to enabled Webalitics:

    1. 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.
  5. Use Webalitics:
    1. visit your website to check for any errors.
    2. 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

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^10.32
ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package osit/webalitics contains the following files

Loading the files please wait ....