PHPackages                             phpvv/notice - 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. phpvv/notice

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

phpvv/notice
============

VV Notice Service

0.1.1(5y ago)01401MITPHPPHP ^8.0

Since Mar 20Pushed 5y agoCompare

[ Source](https://github.com/phpvv/notice)[ Packagist](https://packagist.org/packages/phpvv/notice)[ RSS](/packages/phpvv-notice/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (1)

Notice
======

[](#notice)

VV Notice Service

*(todo: complete)*

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

[](#installation)

Package is available on [Packagist](https://packagist.org/packages/phpvv/notice), you can install it using [Composer](https://getcomposer.org).

```
composer require phpvv/notice
```

Configuring
-----------

[](#configuring)

```
// bootstrap.php
require_once __DIR__ . '/vendor/autoload.php';

use VV\Notice;

\VV\Notice::factory()->config()
    ->addAllNoticer(new class implements \VV\Notice\AllNoticer {
        public function log(\VV\Notice $notice){
         // TODO: Implement log() method.
        }
        public function sendMail(\VV\Notice $notice,string $subject,string $message) : void{
         // TODO: Implement sendMail() method.
        }
        public function sendSms(\VV\Notice $notice) : void{
         // TODO: Implement sendSms() method.
        }
        public function syslog(\VV\Notice $notice) : void{
         // TODO: Implement syslog() method.
        }
    })
    //->setSmsRepeatTimeout(3600)
    //->setCache(new \VV\Cache\Local\FileCache(\VV\Utils\Fs::tmpDir('notice-timeout-lock')))
    ;
```

Usage
-----

[](#usage)

```
use VV\Notice;

Notice::info('Some information'/*, code: 300*/)->mail();
Notice::warning('Some warning'/*, code: 200*/)
    //->log()->mail()  // same as below
    ->logMail();
Notice::error('Some error'/*, code: 100*/)
    //->log()->mail()->syslog()->sms() // same as below
    ->all();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

2

Last Release

1876d ago

### Community

Maintainers

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

---

Top Contributors

[![v00v4n](https://avatars.githubusercontent.com/u/75783029?v=4)](https://github.com/v00v4n "v00v4n (2 commits)")

### Embed Badge

![Health badge](/badges/phpvv-notice/health.svg)

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

###  Alternatives

[maize-tech/laravel-prunable-fields

Laravel Prunable Fields

411.6k](/packages/maize-tech-laravel-prunable-fields)[agence-adeliom/easy-editor-bundle

A Symfony bundle for EasyAdmin that provide a flexible content editor

1111.0k1](/packages/agence-adeliom-easy-editor-bundle)

PHPackages © 2026

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