https://github.com/pimcore/studio-backend-bundle
Studio Backend bundle
https://github.com/pimcore/studio-backend-bundle
Last synced: about 1 year ago
JSON representation
Studio Backend bundle
- Host: GitHub
- URL: https://github.com/pimcore/studio-backend-bundle
- Owner: pimcore
- License: other
- Created: 2024-01-24T08:39:20.000Z (over 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2025-05-07T09:07:59.000Z (about 1 year ago)
- Last Synced: 2025-05-07T10:20:02.561Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 6.5 MB
- Stars: 16
- Watchers: 10
- Forks: 0
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
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](https://github.com/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.
## Documentation Overview
- [Installation](./doc/00_Installation.md)
- [Mercure Setup](./doc/02_Mercure_Setup.md)
- [Grid](./doc/03_Grid.md)
- [Generic Execution Engine](doc/04_Generic_Execution_Engine.md)
- [Additional Attributes](./doc/05_Additional_Custom_Attributes.md)