Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoozi/notification
[READONLY] Notification Wrapper.
https://github.com/yoozi/notification
Last synced: 26 days ago
JSON representation
[READONLY] Notification Wrapper.
- Host: GitHub
- URL: https://github.com/yoozi/notification
- Owner: yoozi
- License: mit
- Created: 2014-07-25T09:55:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T10:47:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-01T04:57:01.165Z (about 1 month ago)
- Language: PHP
- Size: 160 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yoozi/Notification
==========> This library is part of [Project Golem](http://golem.yoozi.cn/), see [yoozi/golem](https://github.com/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](https://getcomposer.org).
1. Open your composer.json and add the following to the require array:
```
"yoozi/miner": "1.0.*"
```2. Run Composer to install or update the new package dependencies.
```
php composer install
```or
```
php composer update
```