PHPackages                             mbolka/pimcore-repository - 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. mbolka/pimcore-repository

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

mbolka/pimcore-repository
=========================

v1.0.6(5y ago)65.6k1[1 issues](https://github.com/mbolka/pimcore-repository/issues)GPL-3.0-or-laterPHP

Since Jul 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mbolka/pimcore-repository)[ Packagist](https://packagist.org/packages/mbolka/pimcore-repository)[ RSS](/packages/mbolka-pimcore-repository/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)DependenciesVersions (13)Used By (0)

Pimcore Repository
================================================================

[](#pimcore-repository)

This module allows for using repository pattern instead of Active Record.

**Table of Contents**

- [Pimcore Repository](#pimcore-repository)
    - [Description](#description)
    - [Compatibility](#compatibility)
    - [Installing/Getting started](#installing)
    - [Usage/Setting up](#usage)
    - [Features](#features)
    - [Contributing](#contributing)
    - [Licencing](#licensing)

Description
--------------------------------------------------

[](#description)

This package allows for using Repository pattern. It's design was based on Doctrine ORM. It contains Entity Manager, Unit Of Work, Default Pimcore Entity Repository.

Compatibility
------------------------------------------------------

[](#compatibility)

This module is compatible with Pimcore &gt;= 5.2 and Pimcore 6.0.

Installing/Getting started
----------------------------------------------------------------

[](#installinggetting-started)

- Add this repository to your composer json

```
"repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:mbolka/pimcore-repository.git"
    }
  ]

```

- Install Pimcore Repository via composer `composer require mbolka/pimcore-repository:dev`
- Register repository bundle in app/AppKernel.php file
- Create a new object of class IntegrationConfiguration

```
if (class_exists('\\Bolka\\RepositoryBundle\\RepositoryBundle')) {
            $collection->addBundle(new Bolka\RepositoryBundle\RepositoryBundle);
        }

```

Usage/Setting up
-------------------------------------------------

[](#usagesetting-up)

Features
--------------------------------------------

[](#features)

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

[](#contributing)

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome.

Licensing
----------------------------------------------

[](#licensing)

The code in this project is licensed under the GPL license.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~60 days

Recently: every ~75 days

Total

7

Last Release

2182d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31479820?v=4)[mbolka](/maintainers/mbolka)[@mbolka](https://github.com/mbolka)

---

Top Contributors

[![mbolka](https://avatars.githubusercontent.com/u/31479820?v=4)](https://github.com/mbolka "mbolka (16 commits)")[![michalbolka](https://avatars.githubusercontent.com/u/6003720?v=4)](https://github.com/michalbolka "michalbolka (1 commits)")

---

Tags

repositorypimcorepimcore-plugin

### Embed Badge

![Health badge](/badges/mbolka-pimcore-repository/health.svg)

```
[![Health](https://phpackages.com/badges/mbolka-pimcore-repository/health.svg)](https://phpackages.com/packages/mbolka-pimcore-repository)
```

###  Alternatives

[composer/satis

Simple Repository Generator

3.3k1.4M19](/packages/composer-satis)[instride/data-definitions

Data Definitions allows you to define your DataObject Imports and Exports using a nice GUI and re-run the definitions as often you like.

8020.4k](/packages/instride-data-definitions)[dpfaffenbauer/process-manager

Process Manager helps you to see statuses for long running Processes

3090.8k2](/packages/dpfaffenbauer-process-manager)[youwe/workflow-gui

Workflow Configuration UI for Pimcore

2886.9k](/packages/youwe-workflow-gui)[dachcom-digital/formbuilder

Pimcore FormBuilder - create forms easily!

94279.5k](/packages/dachcom-digital-formbuilder)[dachcom-digital/seo

Pimcore SEO Enrichment Bundle

35227.1k2](/packages/dachcom-digital-seo)

PHPackages © 2026

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