-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[php-symfony5] New PHP Symfony 5 server generator #7289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -0,0 +1,88 @@ | |||
| /* | |||
| * Copyright 2018 OpenAPI-Generator Contributors (https://openapi-generator.tech) | |||
| * Copyright 2018 SmartBear Software | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's written from scratch, you can remove line 3: https://opensource.stackexchange.com/questions/7300/copyright-notice-in-the-file-header-apache-v2-license
|
@ybelenko Is this still something you want to move forward with? If you need any help, please let me know! |
As it turned out more difficult to get PR approved in this repo than submit PR itself. I have some free time right now, but PHP Slim4 server generator got higher priority for me personally. I would love to take care of other PHP based generators, but don't know when I can finally reach them(there is also my PHP data mocker repo and I want to develop it into useful package ASAP). |
|
Closed in favour #11810 |
I'm working on new PHP Symfony 5 server generator.
What I want to achieve with new generator:
Unfortunately, I have no time to work on it until September.
Important! I gonna rebase and clean this PR few times. Changes are not final, don't review it unless you could do it again after cleanup. Just want to show current stage of development.
Related issue #6522
PR checklist
./bin/generate-samples.shto update all Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master. These must match the expectations made by your contribution. You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example./bin/generate-samples.sh bin/configs/java*. For Windows users, please run the script in Git BASH.mastercc @jebentier @dkarlovi @mandrean @jfastnacht @ackintosh @renepardon
cc @reznikartem @FlaverSaver @xvilo