Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# OmniEvent for Laravel

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.