Skip to content

[PHP][Symfony] Improve the implementation #6614

Closed
@naelrashdeen

Description

@naelrashdeen
Description

The current PHP Symfony server codegen is heavily based on the vanilla PHP codegen and does not really utilize the stuff Symfony brings to the table. This is especially true for input validation, serialization etc. It also lacks support for basic features such as:

  • Proper deserialization of arrays in query, header, formData and path parameters
  • Complete input validation that covers all cases
  • Missing support for content negotiation through the Accept and Content-Type headers
  • Support for response headers and response codes produced by the business logic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions