Download the PHP package julesgraus/favicontracker without Composer

On this page you can find all versions of the php package julesgraus/favicontracker. 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 favicontracker

favicontracker

Enables tracking of users via a favicon tricks in your Laravel project. Even when they are incognito. For educational purposes only.

Installation

Usage

When you've installed the package you will have some extra routes. The /fit route can be used to test the package. It will display a page on which you can start the read and write processes. You can also head to /fit/read and /fit/write yourself to programmatically start these processes. In the Verified tracking procedures section you will see what you need to do to track users. At the moment it does not seem to be possible to start a read action first, and then reliable write a tracking id into the favicons cache without closing the browser. Also a delay must be used to iterate over the tracking routes as it takes some time for the browser to start requesting a favicon.

Verified tracking procedures

These procedures where followed in order to manually verify the tracking technique per browser:

Chrome Mac v89.0.4389.90

Safari Mac v4.0.3 (16610.4.3.1.7)

Firefox Mac (87.0)

Edge Mac (89.0.774.63)

Verified tracking procedures:

These procedures where followed in order to manually verify the tracking technique per browser:

Chrome Mac v89.0.4389.90

Safari Mac v4.0.3 (16610.4.3.1.7)

Firefox Mac (87.0)

Edge Mac (89.0.774.63)

How to clear the favicon cache

Make sure you close your browser completely first.

Chrome Mac:

Delete and .

Chrome Windows

Delete .

Safari Mac:

Delete everything in Does not always seem to work immediately (Safari 4.0.3)

Microsoft Edge Mac

Delete and .


All versions of favicontracker with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version >=6 <9.0
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 julesgraus/favicontracker contains the following files

Loading the files please wait ....