PHPackages                             hypejunction/hypenotifications - 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. hypejunction/hypenotifications

AbandonedArchivedElgg-plugin[Mail &amp; Notifications](/categories/mail)

hypejunction/hypenotifications
==============================

Enhanced on-site and off-site notifications

2.1.2(7y ago)12851proprietaryPHPPHP &gt;=5.5

Since Mar 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/Elgg3-hypeNotifications)[ Packagist](https://packagist.org/packages/hypejunction/hypenotifications)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-hypenotifications/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (9)Versions (19)Used By (0)

hypeNotifications for Elgg
==========================

[](#hypenotifications-for-elgg)

[![Elgg 3.0](https://camo.githubusercontent.com/e646ef90c665819eef06372ac1af176270e4db7642e8c52976072bca821b1694/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d332e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/e646ef90c665819eef06372ac1af176270e4db7642e8c52976072bca821b1694/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d332e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

[![Popup](https://camo.githubusercontent.com/c551b8eeb84341bf5303d414927023f359cde4251c827836bdda11479e2a0cfb/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f687970654e6f74696669636174696f6e732f6d61737465722f73637265656e73686f74732f706f7075702e706e67 "Popup")](https://camo.githubusercontent.com/c551b8eeb84341bf5303d414927023f359cde4251c827836bdda11479e2a0cfb/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f687970654e6f74696669636174696f6e732f6d61737465722f73637265656e73686f74732f706f7075702e706e67)[![Digest](https://camo.githubusercontent.com/426f31d417a485c5e11303354112d70085b3e1e94b180e039440aab40d95c1a9/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f687970654e6f74696669636174696f6e732f6d61737465722f73637265656e73686f74732f6469676573742e706e67 "Email Digest")](https://camo.githubusercontent.com/426f31d417a485c5e11303354112d70085b3e1e94b180e039440aab40d95c1a9/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f687970654e6f74696669636174696f6e732f6d61737465722f73637265656e73686f74732f6469676573742e706e67)

Features
--------

[](#features)

- Facebook-style site notifications
- Email digest: users can specify at which interval they receive notifications for each type
- A tool to update preferred notification methods for all site users
- Leverages `Zend_Mail` (email library used in core) to send out HTML emails
- Allows to configure email transports (Sendmail, SMTP, File Transport, SendGrid, Mailgun, SparkPost)
- Allows to send file attachments
- Inlines CSS styles for improved email client experience
- Simpler testing experience: catch all email address, email/domain whitelist

Usage
-----

[](#usage)

### Notification preferences

[](#notification-preferences)

Go to Admin &gt; Administer &gt; Utilities &gt; Notification Methods to update personal and subscription notification preferences globally.

Developer Notes
---------------

[](#developer-notes)

### Notification event types

[](#notification-event-types)

Notification event types can be filtered using `'notification_events','notifications'` hook. Users will be given an option to unsubscribe from notifications about these events or batch them into a digest. Note that some instant notification events should not be added this list, e.g. password reset and other account related notifications should remain instant.

### Notification Testing

[](#notification-testing)

You can disable outgoing email by switching to File Transport in plugin settings, this will instead write email as txt files to the filestore under `/notifications_log/zend/`

### Sample SMTP config for GMail

[](#sample-smtp-config-for-gmail)

To use GMail as your SMTP relay, you will likely need to Allow less secure apps:

- Host: smtp.gmail.com
- Port: 587
- Secure Connection: TLS
- Auth: SMTP with AUTH LOGIN
- Username:
- Password:

### Sample SMTP config for SendGrid

[](#sample-smtp-config-for-sendgrid)

- Host: smtp.sendgrid.com
- Port: 587
- Secure Connection: TLS
- Auth: SMTP with AUTH LOGIN
- Username: apikey
- Password:

### File Attachments

[](#file-attachments)

To add attachments to your email, add an array of `ElggFile` objects to notification parameters:

```
notify_user($to, $from, $subject, $body, array(
	'attachments' => array(
		$file1, $file2,
	)
));
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~29 days

Total

18

Last Release

2845d ago

Major Versions

1.4.0 → 2.0.02018-03-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (67 commits)")

---

Tags

pluginelggnotifications

### Embed Badge

![Health badge](/badges/hypejunction-hypenotifications/health.svg)

```
[![Health](https://phpackages.com/badges/hypejunction-hypenotifications/health.svg)](https://phpackages.com/packages/hypejunction-hypenotifications)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

71274.3k](/packages/bentools-webpush-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
