PHPackages                             naingaunglwin-dev/event - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. naingaunglwin-dev/event

Abandoned → [naingaunglwin-dev/event-dispatcher](/?search=naingaunglwin-dev%2Fevent-dispatcher)Library[Utility &amp; Helpers](/categories/utility)

naingaunglwin-dev/event
=======================

Simple PHP Event library

1.0.1(1y ago)017MITPHPPHP &gt;=8.2

Since Jul 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/naingaunglwin-dev/event)[ Packagist](https://packagist.org/packages/naingaunglwin-dev/event)[ RSS](/packages/naingaunglwin-dev-event/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Simple Event Library
====================

[](#simple-event-library)

[![Status](https://camo.githubusercontent.com/6a35b84cbeb10ac3a5b8d81c59c5bfad8b13af00635965183ef037a2d3c08b83/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d70617373696e672d6c656d6f6e)](https://camo.githubusercontent.com/6a35b84cbeb10ac3a5b8d81c59c5bfad8b13af00635965183ef037a2d3c08b83/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d70617373696e672d6c656d6f6e)[![Status](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)](https://camo.githubusercontent.com/0c967d746eb7f4fe28065a3b94d23faa207cd6f4a968535b20fce0310a87cf89/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d3130302532352d677265656e)[![Status](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)](https://camo.githubusercontent.com/b8cadaa967891081f8f165695470689986c028821dd8a040132f6e661795dc0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c7565)

Contributing
------------

[](#contributing)

- This is an open-source library, and contributions are welcome.
- If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the project repository.

Requirement
-----------

[](#requirement)

- **PHP** version 8.2 or newer is required

Installation &amp; Setup
------------------------

[](#installation--setup)

- You can download using composer.
- If you don't have composer, install [composer](https://getcomposer.org/download/) first.
- create file `composer.json` at your project root directory.
- Add this to `composer.json`

```
{
  "require": {
    "naingaunglwin-dev/event": "^1.0"
  }
}
```

- Run the following command in your terminal from the project's root directory:

```
composer install
```

If you already have `composer.json` file in your project, just run this command in your terminal,

```
composer require naingaunglwin-dev/event
```

Usage
-----

[](#usage)

```
