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

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

manacode/php-helpers
====================

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

13PHP

Since Mar 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/manacode/php-helpers)[ Packagist](https://packagist.org/packages/manacode/php-helpers)[ RSS](/packages/manacode-php-helpers/feed)WikiDiscussions master Synced 2mo 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": {
        "manacode/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/manacode/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)

- [Manacode\\Helpers\\CountryList](https://github.com/manacode/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/manacode/php-helpers/blob/master/LICENSE). © Manacode Team and contributors

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/d4733adc6a505b9c9dc25f0de48b90edf60e0fdab462497b23312276ab72c517?d=identicon)[mana](/maintainers/mana)

### Embed Badge

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

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

PHPackages © 2026

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