Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yoozi/notification

[READONLY] Notification Wrapper.
https://github.com/yoozi/notification

Last synced: 26 days ago
JSON representation

[READONLY] Notification Wrapper.

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
```