Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decodelabs/impulse

PSR-14 compatible event hook system
https://github.com/decodelabs/impulse

Last synced: 1 day ago
JSON representation

PSR-14 compatible event hook system

Awesome Lists containing this project

README

        

# Impulse

[![PHP from Packagist](https://img.shields.io/packagist/php-v/decodelabs/impulse?style=flat)](https://packagist.org/packages/decodelabs/impulse)
[![Latest Version](https://img.shields.io/packagist/v/decodelabs/impulse.svg?style=flat)](https://packagist.org/packages/decodelabs/impulse)
[![Total Downloads](https://img.shields.io/packagist/dt/decodelabs/impulse.svg?style=flat)](https://packagist.org/packages/decodelabs/impulse)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/decodelabs/impulse/integrate.yml?branch=develop)](https://github.com/decodelabs/impulse/actions/workflows/integrate.yml)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-44CC11.svg?longCache=true&style=flat)](https://github.com/phpstan/phpstan)
[![License](https://img.shields.io/packagist/l/decodelabs/impulse?style=flat)](https://packagist.org/packages/decodelabs/impulse)

### PSR-14 compatible event hook system

Impulse provides an expansive event hook system that obides by the PSR-14 standard. It allows you to dispatch events at both global and local scopes, and provides a number of useful features for managing and manipulating event listeners.

_Get news and updates on the [DecodeLabs blog](https://blog.decodelabs.com)._

---

## Installation

Install via Composer:

```bash
composer require decodelabs/impulse
```

## Usage

Coming soon...

## Licensing

Impulse is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.