pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 9 196
Dependents: 1
Suggesters: 0
Security: 0
Stars: 16
Watchers: 10
Forks: 0
Open Issues: 40
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
- pimcore/generic-data-index-bundle: 2.x-dev
- pimcore/pimcore: ^12.x-dev
- pimcore/static-resolver-bundle: 2.x-dev
- 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
- pimcore/admin-ui-classic-bundle: 2.x-dev
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6
- 1.x-dev
- dev-992-translations-create-endpoint
- dev-980-bug-data-object-editor-500-error-when-updating-data-object-by-id
- dev-978-translations-add-seperate-create-endpoint
- dev-306-dataobject-editor-unable-to-save-strcutured-table-with-checkboxes
- dev-987-bug-simple-search-incomplete-data-list-in-objectdata-response
- dev-move-class-id-to-query
- dev-923-classification-store-groups-key
- dev-983-asset-metadata-add-metadata-type-to-patcher-schema
- dev-921-csv-export-objects
- dev-973-bug-simple-search-data-object-data-duplicate-and-has-wrong-hierarchy
- dev-970-asset-metadata-manytoonerelationadapter-type-should-be-element-type
- dev-972-asset-editor-image-preview-issues
- dev-923-classification-store-groups
- dev-dix-doctrine-em
- dev-959-bug-data-objects-user-with-workspace-permissions-cant-see-object-list
- dev-923-classification-store-collection
- dev-jwt-default
- dev-950-asset-metadata-implement-adapters
- dev-953-simple-search-delete-the-table-value
- dev-925-make-csv-more-solid-generic
- dev-908-data-object-editor-user-select-data-type-missmatch
- dev-889-data-object-editor-problem-with-deletion-of-object-bricks
- dev-885-data-obnject-search-columns
- dev-879-inheritance-brick-problem
- dev-768-advanced-columns-resolver
- dev-867-specific-not-found-error-key
- dev-871-make-group-optional
- 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-04-03 14:10:00 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)