yoozi / notification
A simple library to wrap common notification transports, such as email, socket.io and etc.
Installs: 160
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/yoozi/notification
Requires
- php: >=5.3.0
- illuminate/support: ~4.0
- kriswallsmith/buzz: ~0.10
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-07 05:48:33 UTC
README
This library is part of Project Golem, see yoozi/golem for more info.
A simple library to wrap common notification transports, such as email, socket.io and etc.
Installation
The best and easy way to install the Golem package is with Composer.
-
Open your composer.json and add the following to the require array:
"yoozi/miner": "1.0.*"
-
Run Composer to install or update the new package dependencies.
php composer install
or
php composer update