pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Package info
github.com/pimcore/studio-backend-bundle
Type:pimcore-bundle
pkg:composer/pimcore/studio-backend-bundle
Requires
- php: ~8.3.0 || ~8.4.0
- ext-filter: *
- ext-intl: *
- ext-zip: *
- lcobucci/jwt: ^5.3
- league/csv: ^9.22
- nesbot/carbon: ^3.8.4
- phpdocumentor/reflection-docblock: ^5.6
- phpoffice/phpspreadsheet: ^3.3|^4.0|^5.0
- pimcore/generic-data-index-bundle: ^2.4.0
- pimcore/pimcore: ^12.3
- pimcore/static-resolver-bundle: ^3.4.0
- symfony/mercure: ^0.6.5
- symfony/mercure-bundle: ^0.3.9
- zircote/swagger-php: ^4.8 || ^5.0
Requires (Dev)
- codeception/codeception: ^5.3
- codeception/module-asserts: ^2
- codeception/module-symfony: ^3.5
- codeception/phpunit-wrapper: ^9
- codeception/stub: ^4.1.4
- fakerphp/faker: ^1.23
- nyholm/psr7: ^1
- phpstan/phpstan: 1.12.15
- phpstan/phpstan-symfony: ^1.2.20
- phpunit/phpunit: ^10.5
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6
Conflicts
- zircote/swagger-php: >=5.6
- 1.x-dev
- v0.14.19
- v0.13.20
- v0.12.18
- v0.12.9
- v0.10.21
- v0.9.30
- v0.6.30
- v0.5.20
- v0.4.30
- dev-1539-execution-engine-batch-edit-all-assets-fails-with-a-lot-of-items
- dev-1652-grid-advancedcolumncollector-exception
- dev-fix-schema-3
- dev-3073-workflowdataobjectworkflow-not-changing-for-dataobjects-in-studioui
- dev-doc-refactoring
- dev-mcp-server-skeleton
- dev-reusable_workflows
- dev-fashxp-patch-1
- dev-367-composer-updates
- dev-add-branch-alias
- dev-php8.5
- dev-add-reset-password-config
- dev-1621-remove-Notification-gee
- dev-add-has-parameters-field
- dev-prepare-release-0-13-20
- dev-2659-fix-same-key-on-diffrent-groups
- dev-static_actions
- dev-840_gdpr
- dev-docs_actions
- dev-forgot-password-form-translations
- dev-1155_translate
- dev-update-node-22-20250930
- dev-1563-grid-filter-consent
- dev-1.x_1155
- dev-phpunit-migration
- dev-add-elementtype-to-collection
- dev-765-avoid-session-blocking
- dev-1108-documents-update-endpoint
- dev-add-basic-document-update
- dev-972-asset-editor-image-preview-issues
- dev-jwt-default
- dev-908-data-object-editor-user-select-data-type-missmatch
- dev-889-data-object-editor-problem-with-deletion-of-object-bricks
- dev-879-inheritance-brick-problem
- dev-867-specific-not-found-error-key
- dev-update-carbon
- dev-639-set-required-for-tags
- dev-717-asset-metadata-get-predefined-definitions
- dev-396-filter-unreferenced-items
- dev-update-cs-fixer-1
- dev-swap-status-codes
- dev-generic-dispatcher
- dev-get-system-settings
This package is auto-updated.
Last update: 2026-03-16 09:23:21 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.
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)
