pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 4 631
Dependents: 1
Suggesters: 0
Security: 0
Stars: 13
Watchers: 10
Forks: 1
Open Issues: 27
Type:pimcore-bundle
Requires
- php: ~8.2.0 || ~8.3.0
- ext-zip: *
- lcobucci/jwt: ^5.3
- nesbot/carbon: ^2.65
- pimcore/generic-data-index-bundle: 2.x-dev
- pimcore/pimcore: ^11.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-300-data-object-grid---inline-editing
- dev-644-task-rename-opensearch-namespaces-and-classes
- dev-717-asset-metadata-get-predefined-definitions
- dev-automated-api-schema-test
- 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: 2024-12-19 08:12:45 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)