in-square/opendxp-process-manager-bundle

OpenDXP-compatible Process Manager fork based on the GPL v5.0.28 release.

Maintainers

Package info

github.com/in-square/opendxp-process-manager-bundle

Homepage

Type:opendxp-bundle

pkg:composer/in-square/opendxp-process-manager-bundle

Statistics

Installs: 4

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2026-03-30 18:42 UTC

This package is not auto-updated.

Last update: 2026-03-31 13:41:42 UTC


README

OpenDXP-compatible fork of elements/process-manager-bundle.

Why this fork exists

Upstream maintainers declared they do not plan OpenDXP support. This fork is maintained by InSquare to keep Process Manager available for OpenDXP projects.

License (Important)

This fork is based on the last upstream release that is clearly licensed under GPL-3.0-or-later:

  • Upstream repository: https://github.com/valantic-at/ProcessManager
  • Base tag: v5.0.28
  • Base commit: 1b4f5fbfc48c838580140e9411b7203468850118

The license remains GPL-3.0-or-later. See License.md and gpl-3.0.txt. Fork maintainer: https://github.com/in-square.

Scope of this fork

  • Composer package renamed to insquare/opendxp-process-manager-bundle.
  • Dependency migrated from pimcore/pimcore to open-dxp/opendxp.
  • OpenDXP compatibility fixes in PHP runtime integration (constants, namespaces, command prefixes).
  • Doctrine migrations use bundle resource notation (@InSquareOpendxpProcessManagerBundle/Migrations) for compatibility with both path repositories and vendor installs.

Installation

composer require insquare/opendxp-process-manager-bundle
bin/console opendxp:bundle:install InSquareOpendxpProcessManagerBundle

Routing

Bundle routes are auto-loaded by OpenDXP from src/Resources/config/opendxp/routing.yaml (no manual import in host config/routes.yaml required).

Upstream Origin & Version Transparency

This repository is a fork of elements/process-manager-bundle (valantic-at/ProcessManager), derived from v5.0.28.