This is a microservice for managing orders in the 2026 test task system.
- Built with Symfony 8
- Uses CQRS pattern with Messenger for commands and queries
- Doctrine ORM for persistence
- API documentation via NelmioApiDoc
- Testing with PHPUnit
- Shared contracts from
test-task-shared/core-contracts
- Create new orders
- Retrieve list of orders
- Get detailed information about a specific order
Follow the instructions in the orchestrator repository:
https://github.com/BonBonSlick/2026_test_task_orchestrator_ms_api
POST /order/create- Create a new orderGET /order/list- Get list of ordersGET /order/{id}- Get order by ID