PHPackages                             taobig/php-helper - 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. taobig/php-helper

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

taobig/php-helper
=================

A tool set for PHP projects

v2.0.27(1y ago)21.5k2MITPHPPHP ^7.4 || ^8.0CI failing

Since Dec 23Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (9)Versions (64)Used By (2)

php-helper
==========

[](#php-helper)

A tool set for PHP projects

[![Latest Stable Version](https://camo.githubusercontent.com/151dd16e825dcceb1cac9106df77870dfd825c1cc6eab20be3d66c9e46e8746d/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f7068702d68656c7065722f762f737461626c65)](https://packagist.org/packages/taobig/php-helper)[![Latest Unstable Version](https://camo.githubusercontent.com/7f89d5e416a9d6e504174a63d74c7394ff05605ecb3d0bdd69d5434be1d34b2d/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f7068702d68656c7065722f762f756e737461626c65)](https://packagist.org/packages/taobig/php-helper)[![Total Downloads](https://camo.githubusercontent.com/fb4f386fbfb66b0b9101a47f1fb87cdb269dc422c84f454cec7264c2750c7190/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f7068702d68656c7065722f646f776e6c6f616473)](https://packagist.org/packages/taobig/php-helper)[![License](https://camo.githubusercontent.com/2beee9cd8d066c7a08bc28c2195037f42bee5c9adf8b87bcc8f8b5922b44d621/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f7068702d68656c7065722f6c6963656e7365)](https://packagist.org/packages/taobig/php-helper)[![Build Status](https://camo.githubusercontent.com/5f04283906826380fcc330cd530642edbf5135806361cb9678680e649f71d8a9/68747470733a2f2f7472617669732d63692e6f72672f74616f6269672f7068702d68656c7065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/taobig/php-helper)[![Coverage Status](https://camo.githubusercontent.com/052073a7c4b2c8173c32e83b442338c9ceabfdfec14d07f7d0372fb3c94a903b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f74616f6269672f7068702d68656c7065722f62616467652e737667)](https://coveralls.io/github/taobig/php-helper)

### INSTALLATION

[](#installation)

**Install via Composer**

```
composer require taobig/php-helper

```

Versions
--------

[](#versions)

Major VersionPHP CompatibilityInitial ReleaseActive SupportSecurity Support1.xPHP 7.0 - PHP 7.42018-09-25❎✅2.x&gt;= PHP 7.42020-01-11✅✅### Static analysis

[](#static-analysis)

The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:

```
./vendor/bin/psalm
```

Usage
-----

[](#usage)

```

use taobig\helpers\StringHelper;
StringHelper::startsWith("hello world", "hello ");//true
...

```

Test-case:

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

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

Recently: every ~198 days

Total

60

Last Release

690d ago

Major Versions

v1.3.0 → v2.0.72020-02-19

v1.3.2 → v2.0.92020-04-27

v1.3.3 → v2.0.102020-08-22

v1.3.4 → v2.0.162020-10-19

v1.3.5 → v2.0.192021-02-22

PHP version history (3 changes)v0.0.1PHP ^7.0

v2.0.0PHP ^7.4

v2.0.16PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f5f99aee05a896d794554f2a0bc964a306d96b7541e6e14cc5ac6969e45acf0?d=identicon)[taobig](/maintainers/taobig)

---

Top Contributors

[![taobig](https://avatars.githubusercontent.com/u/4549922?v=4)](https://github.com/taobig "taobig (277 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/taobig-php-helper/health.svg)

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k39](/packages/civicrm-civicrm-core)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M24.4k](/packages/friendsofphp-php-cs-fixer)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M545](/packages/shopware-core)

PHPackages © 2026

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