Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdphilip/omnievent
OmniEvent for Laravel allows your to track events in your models - then easily search/aggregate models around tracked events
https://github.com/pdphilip/omnievent
Last synced: 2 months ago
JSON representation
OmniEvent for Laravel allows your to track events in your models - then easily search/aggregate models around tracked events
- Host: GitHub
- URL: https://github.com/pdphilip/omnievent
- Owner: pdphilip
- License: mit
- Created: 2024-09-03T09:47:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-02T10:26:37.000Z (4 months ago)
- Last Synced: 2024-10-02T11:14:26.077Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# OmniEvent for Laravel
[![Latest Version on Packagist](https://img.shields.io/packagist/v/pdphilip/omnievent.svg?style=flat-square)](https://packagist.org/packages/pdphilip/omnievent)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/pdphilip/omnievent/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/pdphilip/omnievent/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/pdphilip/omnievent/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/pdphilip/omnievent/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/pdphilip/omnievent.svg?style=flat-square)](https://packagist.org/packages/pdphilip/omnievent)Track events in your Laravel Models. Search and aggregate them with Eloquent and Elasticsearch
# WIP, sit tight
## Installation
You can install the package via composer:
```bash
composer require pdphilip/omnievent
``````bash
php artisan omnievent:install
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Credits
- [David Philip](https://github.com/pdphilip)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.