PHPackages                             sbolch/multiexplode - 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. sbolch/multiexplode

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

sbolch/multiexplode
===================

Splits a string (like explode function) by multiple limiters.

v1.0.2(3y ago)110MITPHPPHP &gt;=5.3

Since May 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/sbolch/multiexplode)[ Packagist](https://packagist.org/packages/sbolch/multiexplode)[ Docs](https://github.com/sbolch/multiexplode)[ Fund](https://ko-fi.com/arnyek)[ RSS](/packages/sbolch-multiexplode/feed)WikiDiscussions main Synced 1mo ago

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

multiexplode
============

[](#multiexplode)

> Splits a string (like explode function) by multiple limiters.

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

[](#installation)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require sbolch/multiexplode
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Usage
-----

[](#usage)

```
$results = multiexplode(array('/', '://', ':', '?', '#', ':'), 'http://url.com/example:80?query#hash');
```

returns:

```
Array
(
    [0] => http
    [1] => url.com
    [2] => example
    [3] => 80
    [4] => query
    [5] => hash
)

```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance61

Regular maintenance activity

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

1279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d07773b12732581240d3515028d3b6a17f8074aa2d3c96250cb97e0243394eb?d=identicon)[sbolch](/maintainers/sbolch)

---

Top Contributors

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

---

Tags

phpmultipleexplode

### Embed Badge

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

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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