PHPackages                             view-components/doctrine-data-processing - 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. view-components/doctrine-data-processing

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

view-components/doctrine-data-processing
========================================

Doctrine ORM support for ViewComponents

v1.0.1(9y ago)1219[1 issues](https://github.com/view-components/doctrine-data-processing/issues)MITPHPPHP ^5.5||^7

Since Mar 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/view-components/doctrine-data-processing)[ Packagist](https://packagist.org/packages/view-components/doctrine-data-processing)[ Docs](https://github.com/view-components/doctrine-data-processing)[ RSS](/packages/view-components-doctrine-data-processing/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

[![Logo](https://raw.githubusercontent.com/view-components/logo/master/view-components-logo-without-text-42.png)](https://raw.githubusercontent.com/view-components/logo/master/view-components-logo-without-text-42.png) ViewComponents\\DoctrineDataProcessing
================================================================================================================================================================================================================================================================

[](#-viewcomponentsdoctrinedataprocessing)

[![Release](https://camo.githubusercontent.com/1cdf2de3f67641ea199ea6461041cf357bb79d29ec35fc32dcd231acafe51cca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766965772d636f6d706f6e656e74732f646f637472696e652d646174612d70726f63657373696e672e737667)](https://packagist.org/packages/view-components/doctrine-data-processing)[![Build Status](https://camo.githubusercontent.com/9acf0d202cb54364ca1958bdee2d212d95c26b0d01711edb38372ba53af679bc/68747470733a2f2f7472617669732d63692e6f72672f766965772d636f6d706f6e656e74732f646f637472696e652d646174612d70726f63657373696e672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/view-components/doctrine-data-processing)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/84c22bdf1f91899fa2a60493a28961d91b19e3d7368116f6ee57a33557266b02/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766965772d636f6d706f6e656e74732f646f637472696e652d646174612d70726f63657373696e672f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/view-components/doctrine-data-processing/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/eb689cbdede481314fac5d339f57ee90e6739fb6e9b8a800f9bf293d7f82e926/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f766965772d636f6d706f6e656e74732f646f637472696e652d646174612d70726f63657373696e672f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/view-components/doctrine-data-processing/?branch=master)

Doctrine ORM support for ViewComponents

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Testing](#testing)
- [Security](#security)
- [License](#license)

Requirements
------------

[](#requirements)

- PHP 5.5+ (hhvm &amp; php7 are supported)

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

[](#installation)

The recommended way of installing the component is through [Composer](https://getcomposer.org).

Run following command from your project folder:

```
composer require view-components/doctrine-data-processing
```

Usage
-----

[](#usage)

Code example:

```
use Doctrine\DBAL\Query\QueryBuilder;
use ViewComponents\Doctrine\DoctrineDataProvider;
use ViewComponents\ViewComponents\Data\Operation\FilterOperation;

$builder = new QueryBuilder($doctrineConnection);
$builder
    ->select('*')
    ->from('test_users');
$provider = new DoctrineDataProvider($builder);
$provider->operations()->add(
    new FilterOperation('role', FilterOperation::OPERATOR_EQ, 'Manager')
);
foreach ($provider as $user) {
   var_dump($user);
}
```

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

[](#contributing)

Please see [Contributing Guidelines](contributing.md) and [Code of Conduct](code_of_conduct.md) for details.

Testing
-------

[](#testing)

This package bundled with unit tests (PHPUnit).

To run tests locally, you must install this package as stand-alone project with dev-dependencies:

```
composer create-project view-components/doctrine-data-processing
```

Command for running tests:

```
composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

© 2015 — 2016 Vitalii Stepanenko

Licensed under the MIT License.

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

3623d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f774898eb3341eff33d07e1b05bccfb69d084831b7ac151d3079e322d0ff6155?d=identicon)[nayjest](/maintainers/nayjest)

---

Top Contributors

[![Nayjest](https://avatars.githubusercontent.com/u/153999?v=4)](https://github.com/Nayjest "Nayjest (13 commits)")

---

Tags

doctrinedbal

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/view-components-doctrine-data-processing/health.svg)

```
[![Health](https://phpackages.com/badges/view-components-doctrine-data-processing/health.svg)](https://phpackages.com/packages/view-components-doctrine-data-processing)
```

###  Alternatives

[martin-georgiev/postgresql-for-doctrine

Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.

4485.3M4](/packages/martin-georgiev-postgresql-for-doctrine)[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4636.8M12](/packages/fresh-doctrine-enum-bundle)[vlucas/spot2

Simple DataMapper built on top of Doctrine DBAL

605392.8k7](/packages/vlucas-spot2)[jsor/doctrine-postgis

Spatial and Geographic Data with PostGIS and Doctrine.

2191.6M1](/packages/jsor-doctrine-postgis)[larapack/doctrine-support

Better Doctrine Support with Laravel (Support for `enum`)

1752.3M55](/packages/larapack-doctrine-support)[friendsofdoctrine/dbal-clickhouse

Doctrine DBAL driver for ClickHouse

1141.2M1](/packages/friendsofdoctrine-dbal-clickhouse)

PHPackages © 2026

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