PHPackages                             tequilarapido/php-serialized - 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. tequilarapido/php-serialized

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

tequilarapido/php-serialized
============================

Deals with php serialized data. (ie. search &amp; replace)

1.0.2(12y ago)0905MITPHPPHP &gt;=5.3.0

Since Feb 15Pushed 12y ago3 watchersCompare

[ Source](https://github.com/tequilarapido/php-serialized)[ Packagist](https://packagist.org/packages/tequilarapido/php-serialized)[ RSS](/packages/tequilarapido-php-serialized/feed)WikiDiscussions develop Synced today

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

Tequilarapido/PHPSerialized
===========================

[](#tequilarapidophpserialized)

[![Build Status](https://camo.githubusercontent.com/9e9b1cc8a55da2e6ed6db949f7ab7d8b4012cc72d384333b8c6f501633ced3be/68747470733a2f2f7472617669732d63692e6f72672f74657175696c6172617069646f2f7068702d73657269616c697a65642e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/tequilarapido/php-serialized)[![Latest Stable Version](https://camo.githubusercontent.com/9a91dc75b96ba9ee132253ef4dcb2de50e3efefec3363ce07caa85219afd25d9/68747470733a2f2f706f7365722e707567782e6f72672f74657175696c6172617069646f2f7068702d73657269616c697a65642f762f737461626c652e706e67)](https://packagist.org/packages/tequilarapido/php-serialized)[![Total Downloads](https://camo.githubusercontent.com/6f57a61b0b87493c6f816e0e5f683529b31c759af465b5d0cae8c9cf00d2d633/68747470733a2f2f706f7365722e707567782e6f72672f74657175696c6172617069646f2f7068702d73657269616c697a65642f646f776e6c6f6164732e706e67)](https://packagist.org/packages/tequilarapido/php-serialized)[![License](https://camo.githubusercontent.com/2e46bdb4eee9d823e5a338063c7015dcec1e64e2701c787304a6bec97b4685a7/68747470733a2f2f706f7365722e707567782e6f72672f74657175696c6172617069646f2f7068702d73657269616c697a65642f6c6963656e73652e706e67)](https://packagist.org/packages/tequilarapido/php-serialized)

Can be used to replace strings in PHP serialized strings. (take a look at the tests)

### Example

[](#example)

```
        // Serialized stuff
        $user = new stdClass();
        $user->email = 'email@example.com';
        $serialized = serialize($user);

        // Replace mail
        $sr = new SearchReplace();
        $result = $sr->run('email@example.com', 'email@anotherdomain.com', $serialized);

```

### Credits

[](#credits)

Most of the code is from googling around. If you think it's your code that I'm using, let me know and I'll be happy to mention it.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~1 days

Total

3

Last Release

4464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2357415d73716a023601d0bc95812c5160ff977f17da9d43fbdc40b047a05c50?d=identicon)[nbourguig](/maintainers/nbourguig)

---

Top Contributors

[![nbourguig](https://avatars.githubusercontent.com/u/276832?v=4)](https://github.com/nbourguig "nbourguig (6 commits)")[![tr-github](https://avatars.githubusercontent.com/u/696870?v=4)](https://github.com/tr-github "tr-github (1 commits)")

### Embed Badge

![Health badge](/badges/tequilarapido-php-serialized/health.svg)

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

###  Alternatives

[ideea/language-detector

Detect languages by text

334.4k](/packages/ideea-language-detector)

PHPackages © 2026

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