PHPackages                             torq/pimcore-helpers-bundle - 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. torq/pimcore-helpers-bundle

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

torq/pimcore-helpers-bundle
===========================

v3.0.2(5d ago)08.8k↑208.9%[2 PRs](https://github.com/TorqIT/pimcore-helpers-bundle/pulls)1proprietaryPHP

Since Mar 19Pushed 5d ago1 watchersCompare

[ Source](https://github.com/TorqIT/pimcore-helpers-bundle)[ Packagist](https://packagist.org/packages/torq/pimcore-helpers-bundle)[ RSS](/packages/torq-pimcore-helpers-bundle/feed)WikiDiscussions main Synced 3d ago

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

Pimcore Helpers Bundle
======================

[](#pimcore-helpers-bundle)

A collection of helpful services, utilities, and extensions for Pimcore.

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

[](#installation)

1. Install the composer package: ```
    composer require torq/pimcore-helpers-bundle
    ```
2. Add the bundle to `Kernel.php` or `bundles.php`: ```
    $collection->addBundle(new TorqPimcoreHelpersBundle());
    ```
3. (Optional) If using the `HashedInput` custom field type, make sure to add the "torq\_pimcore\_helpers.secret" parameter to the Symfony container in `services.yaml`: ```
    parameters:
        torq_pimcore_helpers.secret: "%env(MY_SECRET_VAR)%"
    ```

Repository
----------

[](#repository)

The repository pattern wraps fetching, saving, and deleting Pimcore elements (assets, objects, etc.). There are several benefits to this pattern:

- **Co-location of fetching logic**; complicated querying logic can be encapculated into a single spot, promoting reusable queries over random queries sprinkled throughout the service layer.
- **Mocks for testing**; mocking static database read/writes is challenging, mocking a repository method is easy.

Normalizer
----------

[](#normalizer)

A full set of Symfony normalizers for Pimcore's unique object types including data objects, asset, field collections, object bricks, blocks, classification stores, etc.

Startup Commands
----------------

[](#startup-commands)

Set the `#[AsStartupCommand]` attribute on a Symfony command and add the following to the deploy or startup script:

```
bin/console torq:run-startup-commands
```

To automatically run that command on deploy/start-up. Startup commands are tracked in the `startup_command_runs`database table and are only run once by default. Set `#[AsStartupCommand(repeatable: true)]` to define a command which should be run every time.

License
=======

[](#license)

This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.

See LICENSE.md for full license text.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance99

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65.3% 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 ~18 days

Recently: every ~3 days

Total

27

Last Release

5d ago

Major Versions

1.3.0 → v2.x-dev2026-03-09

v2.8.5 → v3.0.02026-06-18

### Community

Maintainers

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

---

Top Contributors

[![rjjackson22](https://avatars.githubusercontent.com/u/38430762?v=4)](https://github.com/rjjackson22 "rjjackson22 (109 commits)")[![lukemacausland](https://avatars.githubusercontent.com/u/58705994?v=4)](https://github.com/lukemacausland "lukemacausland (24 commits)")[![nick-compassaq](https://avatars.githubusercontent.com/u/68865874?v=4)](https://github.com/nick-compassaq "nick-compassaq (18 commits)")[![Jonathon-Meney-Torq](https://avatars.githubusercontent.com/u/253076990?v=4)](https://github.com/Jonathon-Meney-Torq "Jonathon-Meney-Torq (6 commits)")[![chris-hilltorq](https://avatars.githubusercontent.com/u/266736396?v=4)](https://github.com/chris-hilltorq "chris-hilltorq (4 commits)")[![LoganMacKinnon](https://avatars.githubusercontent.com/u/61194412?v=4)](https://github.com/LoganMacKinnon "LoganMacKinnon (2 commits)")[![evanjamesjackson](https://avatars.githubusercontent.com/u/5866481?v=4)](https://github.com/evanjamesjackson "evanjamesjackson (2 commits)")[![cameronfromtorq](https://avatars.githubusercontent.com/u/105230931?v=4)](https://github.com/cameronfromtorq "cameronfromtorq (2 commits)")

### Embed Badge

![Health badge](/badges/torq-pimcore-helpers-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/torq-pimcore-helpers-bundle/health.svg)](https://phpackages.com/packages/torq-pimcore-helpers-bundle)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[mcp/sdk

Model Context Protocol SDK for Client and Server applications in PHP

1.5k1.5M90](/packages/mcp-sdk)[phpdocumentor/reflection

Reflection library to do Static Analysis for PHP Projects

12525.9M149](/packages/phpdocumentor-reflection)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20203.9k22](/packages/pimcore-studio-backend-bundle)[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[symfony/ai-platform

PHP library for interacting with AI platform provider.

521.4M291](/packages/symfony-ai-platform)

PHPackages © 2026

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