Home - mattacosta/php-parser GitHub Wiki
Getting started
Contributing
All new contributors should start by reading the contribution guide. Next, you will need to create or pick an issue to work on. Many issues have labels to help you find an appropriate task to work on. Before writing any code however, please see this project's coding standards as well.
Testing
All contributions generally need to be tested. Usually this is done by running
the gulp test
command. If you are working on a feature that needs to match the
PHP specification, the tools provided can also be used to manually
determine the expected result.
More information
- For general questions about this package, see the FAQ.
- For other questions, please use Stack Overflow or search through existing issues.
- PHP language specification