Is your feature request related to a problem? Please describe.
We should discuss the fact that php is the client which you should be able to ask to build Symfony bindings (bundle) similar to php-symfony (but as a client, obviously). Currently the other PHP generators are all servers (AFAIK?), but you wouldn't know it from the names alone: php-symfony could also mean "PHP client with Symfony bindings".
Describe the solution you'd like
One direction I'm considering is to add support for -l to the generator which would allow you to add a specific library like -l laravel or -l symfony.
Describe alternatives you've considered
Adding a new generator php-client, which would in turn deprecate php down the line. This approach would also allow fixing issues across PHP generators like #2273 from the start.
Is your feature request related to a problem? Please describe.
We should discuss the fact that
phpis the client which you should be able to ask to build Symfony bindings (bundle) similar tophp-symfony(but as a client, obviously). Currently the other PHP generators are all servers (AFAIK?), but you wouldn't know it from the names alone:php-symfonycould also mean "PHP client with Symfony bindings".Describe the solution you'd like
One direction I'm considering is to add support for
-lto the generator which would allow you to add a specific library like-l laravelor-l symfony.Describe alternatives you've considered
Adding a new generator
php-client, which would in turn deprecatephpdown the line. This approach would also allow fixing issues across PHP generators like #2273 from the start.