Contributing

We are open to contributions to the PrestoPHP code. If you find a bug or want to contribute a provider, just follow these steps:

  • Fork the PrestoPHP repository;

  • Make your feature addition or bug fix;

  • Add tests for it;

  • Optionally, add some documentation;

  • Send a pull request, to the correct target branch (1.3 for bug fixes, master for new features).

Note

Any code you contribute must be licensed under the MIT License.

Writing Documentation

The documentation is written in reStructuredText and can be generated using sphinx.

$ cd doc
$ sphinx-build -b html . build