PHPackages                             edoceo/lowline\_php - 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. edoceo/lowline\_php

Abandoned → [edoceo/lowline](/?search=edoceo%2Flowline)Library[Utility &amp; Helpers](/categories/utility)

edoceo/lowline\_php
===================

Magic Global Functions

v2024.0.309(1y ago)0410MITPHPPHP &gt;=7.0.0

Since Sep 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/edoceo/lowline)[ Packagist](https://packagist.org/packages/edoceo/lowline_php)[ RSS](/packages/edoceo-lowline-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

\_\_php global function helpers
===============================

[](#__php-global-function-helpers)

This library introduces dozens of functions, all prefixed with `__` to the global PHP namespace.

These routines are extensions, helpers, shorthand, wrappers around existing core PHP functions.

Example
-------

[](#example)

A prime example is `json_encode` which has some legacy defaults. We simply change those, with our "magic" function, adding two `__`.

```
__json_encode($d);

```

Isn't \_\_ Reserved?
--------------------

[](#isnt-__-reserved)

It's (sorta) true! [PHP says so](https://www.php.net/manual/en/language.oop5.magic.php).

> PHP reserves all function names starting with \_\_ as magical. It is recommended that you do not use function names with \_\_ in PHP unless you want some documented magic functionality.

So, it's reserved, but explicitly for magic. And this library is doing "magic" in a similar way, just for functions not OO. And documented (sorta).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance61

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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 ~386 days

Total

3

Last Release

559d ago

Major Versions

v2022.0.280 → v2024.0.3092024-11-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/38cda475672ca5048408061c230a694b5c1f0dd41ab6046498d506a2f882e7c2?d=identicon)[edoceo](/maintainers/edoceo)

---

Top Contributors

[![djbusby](https://avatars.githubusercontent.com/u/3802734?v=4)](https://github.com/djbusby "djbusby (22 commits)")

### Embed Badge

![Health badge](/badges/edoceo-lowline-php/health.svg)

```
[![Health](https://phpackages.com/badges/edoceo-lowline-php/health.svg)](https://phpackages.com/packages/edoceo-lowline-php)
```

###  Alternatives

[hybridlogic/phantomjs

A PHP library to execute PhantomJS scripts and return their results.

57158.3k](/packages/hybridlogic-phantomjs)[syntaxlexx/chatmessenger

Simple one-to-one/group chat messaging tool for Laravel 5, 6, 7, 8, 9 &amp; 10 with Pusher Integration

10510.2k](/packages/syntaxlexx-chatmessenger)

PHPackages © 2026

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