Right now, the generated PHP client SDK uses a generic namespace (SwaggerClient) and generic class names for some of the classes (Configuration, for example). This could cause conflicts if multiple Swagger based API SDKs were included in a single project.
The namespace of the generated API SDKs should be specific to the API itself, either generated automatically from the API name, or specified manually.
Right now, the generated PHP client SDK uses a generic namespace (
SwaggerClient) and generic class names for some of the classes (Configuration, for example). This could cause conflicts if multiple Swagger based API SDKs were included in a single project.The namespace of the generated API SDKs should be specific to the API itself, either generated automatically from the API name, or specified manually.