pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 3 668
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 10
Forks: 1
Open Issues: 23
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: 1.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
This package is auto-updated.
Last update: 2024-11-21 11:24:31 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.