PHPackages                             jinexus/zend-notification - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. jinexus/zend-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

jinexus/zend-notification
=========================

JiNexus/Zend-Notification provides a simple, chainable wrapper for creating and sending responsive email templates using some zend components (such as zend-mail and zend-view).

1.0.1(9y ago)3131[1 issues](https://github.com/JiNexus/zend-notification/issues)BSD-3-ClauseHTMLPHP ^5.6 || ^7.0

Since Apr 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JiNexus/zend-notification)[ Packagist](https://packagist.org/packages/jinexus/zend-notification)[ Docs](https://github.com/JiNexus/zend-notification)[ RSS](/packages/jinexus-zend-notification/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

JiNexus/Zend-Notification
=========================

[](#jinexuszend-notification)

[![Build Status](https://camo.githubusercontent.com/a62e7503c86eee9505dc9d696bbeb986150b1f4184e1bec2e700d47f18b21551/68747470733a2f2f7472617669732d63692e6f72672f4a694e657875732f7a656e642d6e6f74696669636174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JiNexus/zend-notification)[![Minimum PHP Version](https://camo.githubusercontent.com/4cbdbfeca62402b9ca3d48503f2bf66fc9809569bcd6de47196d39fecff71e72/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e737667)](https://php.net/)[![Latest Stable Version](https://camo.githubusercontent.com/d521aacbe1dbb8c207fab5968e433714301e8afce8455c8866feaca0c47a6229/68747470733a2f2f706f7365722e707567782e6f72672f6a696e657875732f7a656e642d6e6f74696669636174696f6e2f762f737461626c65)](https://packagist.org/packages/jinexus/zend-notification)[![Total Downloads](https://camo.githubusercontent.com/ea0c89436de30a25c3cd5e5d4989b4ec22e2f724b2e44c2c6d5ff50f0a8fdaa3/68747470733a2f2f706f7365722e707567782e6f72672f6a696e657875732f7a656e642d6e6f74696669636174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/jinexus/zend-notification)[![License](https://camo.githubusercontent.com/d7d00f1488578c39edf01c168bb422817ceed99bb3fb1884504b650fca395d0e/68747470733a2f2f706f7365722e707567782e6f72672f6a696e657875732f7a656e642d6e6f74696669636174696f6e2f6c6963656e7365)](https://packagist.org/packages/jinexus/zend-notification)[![Donate](https://camo.githubusercontent.com/04994e3cd41b787addc6fe9c1b41b0ab927de2dc453d79a06c4f30d9b9c9f74c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d50617970616c2d626c75652e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5CYMGYYYS98PN)

`JiNexus/Zend-Notification` is a component that extends and utilized the components of `Zend-Mail`, `Zend-View`, `Zend-Config`, `Zend-Servicemanager` and `Zend-Filter` to generate and send a well layout emails. This component also uses `Cerberus-Responsive` as a sample base email template.

- File issues at
- Documentation is at

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install `JiNexus/Zend-Notification`.

```
$ composer require jinexus/zend-notification
```

This will install `JiNexus/Zend-Notification` and all required dependencies. `JiNexus/Zend-Notification` requires PHP 5.6 or latest.

Basic Usage
-----------

[](#basic-usage)

A basic usage consists of one or more recipients, a subject, a body/content and a sender. To send such a mail using `JiNexus/Zend-Notification`, do the following:

```
