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.
- Host: GitHub
- URL: https://github.com/vatesfr/eventus
- Owner: vatesfr
- License: gpl-3.0
- Created: 2013-02-13T16:24:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-16T11:59:53.000Z (over 13 years ago)
- Last Synced: 2025-06-14T00:02:46.388Z (about 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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).