PHPackages                             uvinum/joiner - 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. uvinum/joiner

ActiveProject

uvinum/joiner
=============

v1.1.3(8y ago)675.2k1MITPHPPHP &gt;=5.6

Since May 4Pushed 8y ago5 watchersCompare

[ Source](https://github.com/drinksandco/joiner)[ Packagist](https://packagist.org/packages/uvinum/joiner)[ Docs](https://www.uvinum.com)[ RSS](/packages/uvinum-joiner/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (5)Versions (11)Used By (0)

Joiner
======

[](#joiner)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2e037b9178094af5cf7fae00a1f6effe98f90f305b91e04bbc6db09e701f9bd3/68747470733a2f2f7472617669732d63692e6f72672f7576696e756d2f6a6f696e65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/uvinum/joiner)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/87f838934743e37ec412d043c99df1fa907f9a557afc5d231a6946f8e8ef87cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7576696e756d2f6a6f696e65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/uvinum/joiner/?branch=master)

A powerful library to serialize and append/filter data from your php objects or native php types (arrays, strings, integer...). Ready for production use.

Install
-------

[](#install)

Via Composer

```
$ composer require uvinum/joiner
```

Basic Usage
-----------

[](#basic-usage)

```
$joiner = new Joiner(new ArraySerializer(new DefaultStrategy()), new ArrayManipulator());

$myObject = new MyObject();
$mySecondObject = new MySecondObject();
$joiner
    ->join($myObject)
    ->append($mySecondObject)
    ->filter('secondObjectFieldName');

$serializedOutput = $joiner->execute();
```

Follow [docs](docs/index.md) section to read about full capabilities.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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 ~46 days

Recently: every ~91 days

Total

9

Last Release

2927d ago

Major Versions

v0.2.0 → v1.0.02017-05-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/d177c446cd0804ce6529b9ad09dad26acdcf20bcb0ecdaf90617c1c0ddb08079?d=identicon)[edufabra\_uvinum](/maintainers/edufabra_uvinum)

---

Top Contributors

[![msegoviadev](https://avatars.githubusercontent.com/u/7728566?v=4)](https://github.com/msegoviadev "msegoviadev (14 commits)")[![obokaman-com](https://avatars.githubusercontent.com/u/346009?v=4)](https://github.com/obokaman-com "obokaman-com (2 commits)")

---

Tags

joinerphpserializer

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/uvinum-joiner/health.svg)

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

###  Alternatives

[hisorange/browser-detect

Browser &amp; Mobile detection package for Laravel.

1.1k10.1M50](/packages/hisorange-browser-detect)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[beacon-hq/bag

A comprehensive immutable value objects implementation

1789.1k3](/packages/beacon-hq-bag)[phuml/phuml

phUML is a fully automatic UML class diagram generator for PHP code

11411.3k1](/packages/phuml-phuml)[synolia/sylius-akeneo-plugin

Akeneo connector for Sylius.

2696.0k](/packages/synolia-sylius-akeneo-plugin)[refinery29/piston

Opinionated Micro Framework for APIs

1936.8k](/packages/refinery29-piston)

PHPackages © 2026

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