yoozi/notification

A simple library to wrap common notification transports, such as email, socket.io and etc.

1.0.4 2014-07-30 06:57 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:02:37 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.

  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