Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decodelabs/impulse
- Owner: decodelabs
- License: mit
- Created: 2024-07-29T17:47:29.000Z (5 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-04T21:19:34.000Z (4 months ago)
- Last Synced: 2024-11-28T17:48:52.445Z (about 1 month ago)
- Language: PHP
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.