PHPackages                             tantupix/offinotify - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tantupix/offinotify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tantupix/offinotify
===================

official notify sdk

1.0.0(6y ago)017MITPHP

Since Jul 24Pushed 6y agoCompare

[ Source](https://github.com/HuDaming/offinotify)[ Packagist](https://packagist.org/packages/tantupix/offinotify)[ RSS](/packages/tantupix-offinotify/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

 offinotify
============

[](#-offinotify-)

 official notify sdk.

Installing
----------

[](#installing)

```
$ composer require tantupix/offinotify -vvv
```

Usage
-----

[](#usage)

config/app.php 中添加

```
'providers' => [
    Tantupix\Offinotify\OffinotifyServiceProvider::class,
],

'aliases' => [
    'Offinotify' => Tantupix\Offinotify\OffinotifyFacade::class,
]

```

可用方法：

```
use Offinotify;
// 发送站内信
Offinotify::send($type, $notifiable, trigger, array $attributes = []);
// 站内信列表
Offinotify::notifications();
// 已读站内信列表
Offinotify::readNotifications();
// 未读站内信列表
Offinotify::unreadNotifications();
// 一键标记已读
Offinotify::markAsRead();
// 阅读一条站内信
Offinotify::show($id);
// 未读站内信数量
Offinotify::unreadCount();
// 删除已读站内信
Offinotify::destroy();
// 更新站内信内容
Offinotify::updateNotifications($class, $id, array $data = []);

```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/tantupix/offinotify/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/tantupix/offinotify/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f47b3380151691c2763d97c5a2c76c4e58974af116b287b4ebc88b532c1a74d7?d=identicon)[HuDaming](/maintainers/HuDaming)

---

Top Contributors

[![HuDaming](https://avatars.githubusercontent.com/u/8800873?v=4)](https://github.com/HuDaming "HuDaming (17 commits)")

### Embed Badge

![Health badge](/badges/tantupix-offinotify/health.svg)

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

PHPackages © 2026

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