PHPackages                             devskyfly/php56 - 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. devskyfly/php56

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

devskyfly/php56
===============

Represent core php function and constants by namespaces and classes like static members.

v1.1.4(6y ago)01.1k[2 issues](https://github.com/devskyfly/php56/issues)3MITPHPPHP &gt;=5.6.0

Since Sep 17Pushed 6y agoCompare

[ Source](https://github.com/devskyfly/php56)[ Packagist](https://packagist.org/packages/devskyfly/php56)[ RSS](/packages/devskyfly-php56/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (19)Used By (3)

PHP5.6 SPL logical redeclaration
================================

[](#php56-spl-logical-redeclaration)

By historical reasons in PHP there is a big problem with functions naming. It's hard to remember functions names.

So, i try to structure functions and constants by related classes and namespaces.

**N.B** I tried ... :) But it is impossible to redeclarate following items:

### Functions

[](#functions)

- isset() //check variable definition in local scope
- unset() //delete variable link name in local scope
- get\_defined\_vars() //get all defined variables
- func\_get\_arg() //return function param by index
- func\_get\_args() //return function params by array
- func\_num\_args() //return number of params passed to a function

### Constants

[](#constants)

- \_*LINE*\_ //current executing file line
- \_*FILE*\_ //current executing file
- \_*DIR*\_ //current executing file dir
- \_*FUNCTION*\_ //current executing function
- \_*CLASS*\_ //current executing class (full - with namespace)
- \_*TRAIT*\_ //current executing trait (full - with namespace)
- \_*METHOD*\_ //current executing methode (full - with namespace)
- \_*NAMESPACE*\_ //current executing namespace

Because theare results and values depends on its location.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~55 days

Total

15

Last Release

2252d ago

Major Versions

v0.0.8 → v1.0.02019-01-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a32509ce5b5b83514f30f64e6df7431a157b53dd22e3b6af5339e45b618f1ee?d=identicon)[devskyfly](/maintainers/devskyfly)

---

Top Contributors

[![devskyfly](https://avatars.githubusercontent.com/u/32880717?v=4)](https://github.com/devskyfly "devskyfly (62 commits)")

###  Code Quality

TestsCodeception

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/devskyfly-php56/health.svg)

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

###  Alternatives

[tbbc/composer-javascript

Composer script handler for executing `npm install` and `bower install` automatically.

1716.4k](/packages/tbbc-composer-javascript)

PHPackages © 2026

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