PHPackages                             pel/pel - 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. pel/pel

ActiveLibrary

pel/pel
=======

PHP Extended Library

1.0.0(12y ago)11.6k[1 issues](https://github.com/vampirical/PEL/issues)MITPHPPHP &gt;=5.3.0

Since Jul 25Pushed 10y agoCompare

[ Source](https://github.com/vampirical/PEL)[ Packagist](https://packagist.org/packages/pel/pel)[ RSS](/packages/pel-pel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

PEL (PHP Extended Library)
==========================

[](#pel-php-extended-library)

TODO Description

Requirements
============

[](#requirements)

Requires PHP 5.3, 5.3.8+ recommended.

Installation
============

[](#installation)

Composer
--------

[](#composer)

Require PEL in your composer.json file.

```
{
    "require": {
	    "pel/pel": "dev-master"
    }
}

```

Tell composer to install packages.

```
composer install

```

or

```
php composer.phar install

```

Reference composer's autoload.

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

```

Phar
----

[](#phar)

To create a phar archive of this repo, run:

```
make

```

You can then copy the phar archive to your own project and include it like so:

```
require_once 'PEL.phar';

```

TODO Link latest phars for each major version.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

4671d ago

### Community

Maintainers

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

---

Top Contributors

[![vampirical](https://avatars.githubusercontent.com/u/6904?v=4)](https://github.com/vampirical "vampirical (68 commits)")

### Embed Badge

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

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

PHPackages © 2026

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