소개
The Symfony API Service skill automates the creation of backend service layers within the Symfony StarterKit ecosystem. By extending the BaseService class, it ensures that all business logic follows a consistent pattern for dependency injection, database operations via Doctrine, and data normalization. This skill is essential for maintaining architectural integrity, enforcing the use of standardized ApiResult return objects, and implementing robust, multi-language error handling across complex PHP applications.