phpunitgen-core
phpunitgen-core copied to clipboard
meta: PhpUnitGen end of life
Hello to everyone using PhpUnitGen,
After 7 years of existence, PhpUnitGen is enterring an end of life state. I won't maintain the project anymore. The project won't receive bug fixes, new features or dependencies updates (such as new PHP versions support) anymore. The project will remain available on packagist/GitHub but the website (phpunitgen.io) will be shutdown in a few months.
I'm doing archiving the project because:
- I wan't to focus on other open source projects
- Testing has changed a lot in PHP in the past years (arrival of PestPHP, new E2E tools, IDE tests generation support)
If you wan't to continue using the tool:
- You can still install the packages (if you are using an unsupported PHP version, you can run a dockerized version of
phpunitgen/consolepackage) - Because all PhpUnitGen source code is licensed under MIT, you are free to fork and republish the project.
Thanks a lot to everyone who used this project and contributed! :heart: