Swagger, now OpenAPI, became a popular way of defining API metadata. A few years back, WSO2 API Manager started using swagger-codegen functionality to generate client SDKs. PHP is one of the supported languages and we are going to discuss, how to use the generated PHP SDKs in client-side. Why only PHP? most of the other languages are straightforward but PHP SDKs are a bit of pain. There are two ways of generating the client SDKs. Through WSO2 API Manager Store UI Through […]