PHPackages                             gollumsf/doctrine-arraypipe - 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. [Database &amp; ORM](/categories/database)
4. /
5. gollumsf/doctrine-arraypipe

ActiveLibrary[Database &amp; ORM](/categories/database)

gollumsf/doctrine-arraypipe
===========================

An array pipe type for Doctrine MYSQL

v1.1.3(3y ago)18241GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Oct 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/GollumSF/doctrine-arraypipe)[ Packagist](https://packagist.org/packages/gollumsf/doctrine-arraypipe)[ Docs](https://github.com/GollumSF/doctrine-arraypipe)[ RSS](/packages/gollumsf-doctrine-arraypipe/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (10)Used By (1)

Doctrine ArrayPipe
==================

[](#doctrine-arraypipe)

An array pipe type for Doctrine MYSQL

Installation:
-------------

[](#installation)

```
composer require gollumsf/doctrine-arraypipe
```

Configuration:
--------------

[](#configuration)

```
doctrine:
    dbal:
        types:
            array_pipe: GollumSF\Doctrine\ArrayPipe
```

Usage:
------

[](#usage)

```
namespace App\Entity;

use Doctrine\ORM\Mapping as ORM;

/**
 * @ORM\Table()
 */
class Entity {

	/**
	 * @ORM\Column(type="array_pipe")
	 * @var int
	 */
	private $arrayPipe = [
		'ROLE_EXAMPLE', 'ROLE_USER', 'ROLE_ADMIN'
	];
	// Storage data in database with value: ROLE_EXAMPLE|ROLE_USER|ROLE_ADMIN

	/////////
	// ... //
	/////////

}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~324 days

Total

9

Last Release

1454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6690bb36165854e1db86762d56c22351ff844b12f59e5c91993a6d793f098cfb?d=identicon)[Smeagolworms4](/maintainers/Smeagolworms4)

---

Top Contributors

[![Smeagolworms4](https://avatars.githubusercontent.com/u/4448640?v=4)](https://github.com/Smeagolworms4 "Smeagolworms4 (15 commits)")

---

Tags

symfonyarraydoctrinepipe

### Embed Badge

![Health badge](/badges/gollumsf-doctrine-arraypipe/health.svg)

```
[![Health](https://phpackages.com/badges/gollumsf-doctrine-arraypipe/health.svg)](https://phpackages.com/packages/gollumsf-doctrine-arraypipe)
```

###  Alternatives

[sonata-project/doctrine-orm-admin-bundle

Integrate Doctrine ORM into the SonataAdminBundle

46117.7M155](/packages/sonata-project-doctrine-orm-admin-bundle)[nemo64/dbal-rds-data

rds-data driver for doctrine dbal

2713.2k](/packages/nemo64-dbal-rds-data)

PHPackages © 2026

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