pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 5 403
Dependents: 1
Suggesters: 0
Security: 0
Stars: 13
Watchers: 10
Forks: 1
Open Issues: 43
Type:pimcore-bundle
Requires
- php: ~8.3.0 || ~8.4.0
- ext-zip: *
- lcobucci/jwt: ^5.3
- nesbot/carbon: ^2.65
- 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
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.10.5
- phpstan/phpstan-symfony: ^1.2.20
- phpunit/phpunit: 10.2.7
- pimcore/admin-ui-classic-bundle: ^v1.3
- roave/security-advisories: dev-latest
- symfony/phpunit-bridge: ^6
- 1.x-dev
- dev-688-data-object-adjust-getdataforsetter-method-of-data-object-adapters
- dev-699-clear-all-the-thumbnails
- dev-697-add-id
- dev-automated-api-schema-test
- dev-687-element-tree-provide-properties-for-sorting
- dev-656-task-search-endpoint-via-gdi-functionality
- dev-Fix-composer-dep
- dev-661-task-load-chart-data-for-custom-reports
- dev-684-umr-permission-problems
- dev-635-data-object-editor-add-inheritance-information-to-detail-endpoint
- dev-678-link-path
- dev-682-fix-public-translations
- dev-659-object-data-preview
- dev-671-add-path
- dev-660-task-custom-reports-tree-listing-endpoint
- dev-639-change-response
- dev-663-add-infos-to-grid-items
- 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-01-17 08:41:55 UTC
README
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 11
- Generic Execution Engine as part of the Pimcore Core Framework
- Generic Data Index
- Mercure (https://mercure.rocks)