pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 12 975
Dependents: 1
Suggesters: 0
Security: 0
Stars: 16
Watchers: 10
Forks: 0
Open Issues: 38
Type:pimcore-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
- pimcore/generic-data-index-bundle: ^2.0
- pimcore/pimcore: ^12.0
- pimcore/static-resolver-bundle: ^3.0.1
- symfony/mercure: ^0.6.5
- symfony/mercure-bundle: ^0.3.9
- zircote/swagger-php: ^4.8 || ^5.0
Requires (Dev)
- codeception/codeception: ^5.0.10
- codeception/module-asserts: ^2
- codeception/module-symfony: ^3.1.1
- codeception/phpunit-wrapper: ^9
- fakerphp/faker: ^1.23
- nyholm/psr7: ^1
- phpstan/phpstan: 1.12.15
- phpstan/phpstan-symfony: ^1.2.20
- phpunit/phpunit: 10.2.7
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6
- 1.x-dev
- v0.5.20
- v0.4.30
- dev-site-update-remove
- dev-remove-dev-dep-for-0-5-20
- dev-custom-metadata-fallback
- dev-update-mercure-docs
- dev-documents-clone-endpoint
- dev-1085-check-if-value-set-in-resolver
- dev-967-available-columns-make-classID-and-folderID-optitonal
- dev-1068-path-formatter-use-dot-notation
- dev-1068-field-definition-dot-notation
- dev-documents-replace-contents
- dev-306-dataobject-editor-unable-to-save-strcutured-table-with-checkboxes
- 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: 2025-05-20 13:59:39 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 /studio/api/docs
and the OpenApi Specification is available at /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)