This package is a Laravel service provider to track visitors.
It is a service provider that tracks users accessing a given URL and other pages that the user may visit.
The package can redirect the visitor to another page that the user wants to visit, as well keep track of the count of how many times users are visiting that page.
The redirection may happen for a given period of limited time. After that time, the user is redirected to the login page.