PHPackages                             jempoler/php-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. jempoler/php-helpers

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

jempoler/php-helpers
====================

Collection of classes or functionality that can be potentially incorporated to PHP application.

061PHP

Since Sep 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jempoler/php-helpers)[ Packagist](https://packagist.org/packages/jempoler/php-helpers)[ RSS](/packages/jempoler-php-helpers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Helpers
===========

[](#php-helpers)

This is a collection of PHP helpers class that can potentially be incorporated into your PHP application.

The code in this repository is written in PHP.

Installation
------------

[](#installation)

### Installing via Composer

[](#installing-via-composer)

Install Composer in a common location or in your project:

```
curl -s http://getcomposer.org/installer | php
```

Create the `composer.json` file or add new require line as follows:

```
{
    "require": {
        "jempoler/php-helpers": "dev-master"
    }
}
```

Run the composer installer:

```
$ php composer.phar install
```

### Installing via GitHub

[](#installing-via-github)

Just clone the repository in a common location or inside your project:

```
git clone https://github.com/jempoler/php-helpers.git

```

Autoloading the Library
-----------------------

[](#autoloading-the-library)

Add or register the following namespace strategy to your application loader in order to load classes from the php-helpers repository:

```
if (file_exists(VENDOR_PATH . 'autoload.php')) {
	$vendor = include VENDOR_PATH . 'autoload.php';
}
```

Library Index
-------------

[](#library-index)

### CountryList

[](#countrylist)

- [Jempoler\\Helpers\\CountryList](https://github.com/jempoler/php-helpers/blob/master/src/CountryList.php) - Country list class

License
-------

[](#license)

php-helpers is open-sourced software licensed under the [New BSD License](https://github.com/jempoler/php-helpers/blob/master/LICENSE). © Jempoler and contributors

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jempoler-php-helpers/health.svg)

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

PHPackages © 2026

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