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

https://github.com/vatesfr/eventus

A small PHP event library.
https://github.com/vatesfr/eventus

Last synced: 10 months ago
JSON representation

A small PHP event library.

Awesome Lists containing this project

README

          

# Eventus

Eventus is small [event](https://en.wikipedia.org/wiki/Event_%28computing%29) library.

## Installation

1. Download the code, you may either use git `git clone git://github.com/vatesfr/eventus` or download a [Zip archive](https://github.com/vatesfr/eventus/archive/master.zip).
2. Eventus uses [Composer](https://getcomposer.org) for its dependency management, so, once you have [installed it](https://getcomposer.org/download/), juste run `php composer.phar install`.

## How to report a bug?

For all bugs or missing features, please use the [bugtracker of this repository](https://github.com/vatesfr/eventus/issues).