Download the PHP
package waaseyaa/analytics without Composer
On this page you can find all versions of the php package
waaseyaa/analytics. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor waaseyaa Package analytics Short Description Shared Umami analytics integration for Waaseyaa apps — backend sender, JS helpers, and Twig partial. License
GPL-2.0-or-later
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 analytics
waaseyaa/analytics
Layer 0 — Foundation
Shared Umami analytics integration for Waaseyaa apps.
Provides a server-side UmamiClient that proxies pageview and event records through the host server (avoiding browser-side ad-blocker collisions) and a tiny JS helper for client-side event reporting. No tracking scripts are loaded automatically — hosts opt in by injecting the bundled Twig partial and configuring the Umami URL.
Key classes: UmamiClient, Transport (interface), StreamTransport (default implementation).
Extension points
UmamiClient accepts two optional trailing constructor parameters that do not affect existing callers:
?Transport $transport = null — replaces the built-in StreamTransport (a file_get_contents + stream_context_create POST). Implement Waaseyaa\Analytics\Transport to swap in a different HTTP backend (e.g. cURL, async, test spy). Transport is marked @api.
?\Closure $logger = null — a zero-dependency logger sink with the signature (string $message, array $context = []): void. When provided, it receives a message on both the misconfig early-return path (empty trackerUrl/siteId) and any failed-send or transport-exception path. null (default) preserves the original silent fail-open behaviour.
This package has *no `waaseyaa/dependencies** —requireisphp >=8.5` only.
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 waaseyaa/analytics contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.