Olivier Dolbeau
Olivier Dolbeau
Even if Guzzle does the job, a lot of library use [php-http/httplug](https://github.com/php-http/httplug) which allow end developers to choose the HTTP Client implementation (including guzzle). More recently, symfony released [its http-client...
Would you consider a PR containing a `WebhookEventBuilder` class which will transform a JSON string to an Event? List of webhooks events classes: * Archive * ConnectionCreated * ConnectionDestroyed *...
### The ICU problem For now, we don't support ICU at all in this bundle... There is a specific issue for the `extract` command created by @Guite (#300) but it's...
Discussing about the configuration of the local storage with @Guite (see https://github.com/php-translation/symfony-storage/issues/48) I found something which looks strange to me. It looks like we don't use the same logic between...
Hi all. Given the lack of responsiveness of this bundle maintainer's, we (@Nek-, @Taluu & I) decided to create & maintain a new fork: [odolbeau/phone-number-bundle](https://github.com/odolbeau/phone-number-bundle). This fork is **immediately available**...
**Current behavior:** The [current specification](http://spec.openapis.org/oas/v3.0.3#data-types) defines several types & format. When generating an API Client, Jane already handles very well `string` type with `date-time` format to generate a method which...
Right now, a dedicated exception is created for each endpoint for declared error responses. Each of those exceptions are independents. When using responses declared in `components`, we should have something...
It would be awesome if the generate client could provide a pagination mechanism! :heart:
@see https://github.com/symfony/Console/blob/master/Command/Command.php#L437