pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

Maintainers

Package info

github.com/pimcore/studio-backend-bundle

Type:pimcore-bundle

pkg:composer/pimcore/studio-backend-bundle

Statistics

Installs: 103 562

Dependents: 7

Suggesters: 1

Stars: 18

Open Issues: 32

v0.15.17 2026-03-17 10:35 UTC

This package is auto-updated.

Last update: 2026-03-19 07:22:42 UTC


README

title
Studio Backend

Pimcore Studio Backend

The Pimcore Studio Backend serves as the central hub for API endpoints and RPC calls. It provides a unified interface based on the OpenApi Specification for all backend calls which is accessible via swagger-ui.

Swagger UI

It uses zircote/swagger-php attributes to generate the OpenApi Specification.

Swagger-ui is available at /pimcore-studio/api/docs and the OpenApi Specification is available at /pimcore-studio/api/docs.json. Every description is translatable and can be found in the studio_api_docs.en.yaml folder of the bundle.

Requirements

This bundle requires the following dependencies:

  • Pimcore Core Framework 12
  • Generic Execution Engine as part of the Pimcore Core Framework
  • Generic Data Index
  • Mercure (https://mercure.rocks)

Documentation Overview