php-soap is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow this few simple rules:
- Always base your changes on the
main
branch (all new development happens here), - When you create Pull Request, always select
main
branch as target, otherwise it will be closed (this is selected by default).
- All written code should be covered by automated tests.
- All written code should be statically analysed.
- All written code should be according to the included coding standards.