pimcore / studio-backend-bundle
Pimcore Studio Backend Bundle
Installs: 3 297
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 10
Forks: 1
Open Issues: 19
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
- 1.x-dev
- dev-change-frontend-type-id
- dev-523-full-text-search
- dev-534-dataobject-apply-dynamic-data-for-user-type-to-layout-endpoint
- dev-add-id-resolver
- dev-539-revert-permission-change-in-available-permissions-endpoint
- dev-536-add-system-integer-filter
- dev-529-system-id-filter
- dev-531-change-permission-for-available-permissions
- dev-528-dataobject-apply-dynamic-data-to-data-object-layout-endpoint
- dev-257-task-tags-followup-batch-methods--mercure-events
- dev-522-add-admin-flag
- dev-226-asset-workflow-state-follow-up
- 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-11-07 13:05:11 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.