PHPackages                             vuvanly/not-operators-helpers - 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. vuvanly/not-operators-helpers

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

vuvanly/not-operators-helpers
=============================

Define function for NOT operators of built-in functions in PHP

1.0.2(4y ago)05MITPHP

Since Nov 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vuvanly/not-operators-helpers)[ Packagist](https://packagist.org/packages/vuvanly/not-operators-helpers)[ RSS](/packages/vuvanly-not-operators-helpers/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (4)Used By (0)

not-operators-helpers
=====================

[](#not-operators-helpers)

Define function for NOT operators of built-in functions in PHP

Usage
=====

[](#usage)

Instead of use `!` operator like below.

```
if (!empty($value)) {}
```

When I use `!` operator, I feel like my brain take 2 times to translate it to `not` keyword. So we can change to use like below:

```
if (notempty($value)) {}
```

For list of functions you can reference to file `src/helpers.php`

How to install
==============

[](#how-to-install)

```
composer require vuvanly/not-operators-helpers

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

3

Last Release

1648d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ce916f6bb7261db1010548de61880da24fdd9187d977c3c80d149214d1224e7?d=identicon)[vuvanly](/maintainers/vuvanly)

---

Top Contributors

[![vuvanly](https://avatars.githubusercontent.com/u/4958996?v=4)](https://github.com/vuvanly "vuvanly (7 commits)")

### Embed Badge

![Health badge](/badges/vuvanly-not-operators-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/vuvanly-not-operators-helpers/health.svg)](https://phpackages.com/packages/vuvanly-not-operators-helpers)
```

###  Alternatives

[tatter/menus

Dynamic menus for CodeIgniter 4

1713.8k1](/packages/tatter-menus)[llm/mcp-server

PHP SDK for building MCP servers

431.1k](/packages/llm-mcp-server)[asorasoft/chhankitek

Convert from AD (Anno Domini) to Lunar (Chhankitek) format.

104.2k](/packages/asorasoft-chhankitek)[mohammedmanssour/super-simple-dto

Creating data transfer objects with the power of php objects

122.8k1](/packages/mohammedmanssour-super-simple-dto)

PHPackages © 2026

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