Download the PHP package c6digital/laravel-plausible without Composer
On this page you can find all versions of the php package c6digital/laravel-plausible. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c6digital/laravel-plausible
More information about c6digital/laravel-plausible
Files in c6digital/laravel-plausible
Package laravel-plausible
Short Description Send server-side events from Laravel to Plausible.
License MIT
Homepage https://github.com/c6digital/laravel-plausible
Informations about the package laravel-plausible
Send server-side events from Laravel to Plausible.
This package provides a small wrapper for the Plausible "Events" API that makes it easy to send custom server-side events to Plausible.
Installation
You can install the package via Composer:
You can publish the config file with:
Usage
Add your Plausible domain to your .env
file.
The domain is the name you gave your site when creating it inside of Plausible.
Use the C6Digital\Plausible\Facades\Plausible
facade to start sending events.
If you prefer to use dependency injection, you can use the C6Digital\Plausible\Plausible
class and inject it into your controllers, jobs, etc.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-plausible with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0 | ^11.0