https://github.com/jeffersongoncalves/laravel-umami
This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance.
https://github.com/jeffersongoncalves/laravel-umami
laravel umami umami-analytics
Last synced: 6 months ago
JSON representation
This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance.
- Host: GitHub
- URL: https://github.com/jeffersongoncalves/laravel-umami
- Owner: jeffersongoncalves
- License: mit
- Created: 2025-03-04T10:55:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-07T12:37:33.000Z (7 months ago)
- Last Synced: 2025-04-02T00:19:15.740Z (6 months ago)
- Topics: laravel, umami, umami-analytics
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

# Laravel Umami
[](https://packagist.org/packages/jeffersongoncalves/laravel-umami)
[](https://github.com/jeffersongoncalves/laravel-umami/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amaster)
[](https://packagist.org/packages/jeffersongoncalves/laravel-umami)This Laravel package seamlessly integrates Umami analytics into your Blade templates. Easily track website visits and user engagement directly within your Laravel application, providing valuable insights into your website's performance. This package simplifies the integration process, saving you time and effort. With minimal configuration, you can leverage Umami's powerful analytics features to gain a clearer understanding of your audience and website usage.
## Installation
You can install the package via composer:
```bash
composer require jeffersongoncalves/laravel-umami
```## Usage
Publish config file.
```bash
php artisan vendor:publish --tag=umami-config
```Add head template.
```php
@include('umami::script')
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.