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 6mo 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 5mo 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

31

—

LowBetter than 65% of packages

Maintenance52

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

650d 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

[torann/geoip

Support for multiple Geographical Location services.

2.2k15.7M104](/packages/torann-geoip)[symfony/clock

Decouples applications from the system clock

432219.5M501](/packages/symfony-clock)[eluceo/ical

The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your \*.ics file by hand. The output will follow RFC 5545 as best as possible.

1.2k19.1M68](/packages/eluceo-ical)[opis/uri

Build, parse and validate URIs and URI-templates

2128.8M8](/packages/opis-uri)

PHPackages © 2026

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