If you have a question about or a general issue while using this library, head over to the discussions section, create a new post and describe your issue as precise as possible, ideally add a code example (if applicable). Please don't just write "headline says all" because the reply will likely be similarly concise - help me (and others) help you! (just to clarify: the "general" does not mean general PHP support, in which case you're better off on StackOverflow or /r/PHPhelp)
So you found a bug or the library code is somehow misbehaving? That's great (well, not that great tho). In that case, please open a bug report and FILL OUT THE ISSUE TEMPLATE (i have to write that in all caps because nobody actually does it which usually leads to several avoidable follow-up questions that cost both of us precious time). Below an example of the bug report template (it's not that hard):
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce the behavior
Code sample
// your code here
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other useful context about the problem.
You want to contribute code to fix something or add a feature? Hey that's cool! However, there's a few things to keep in mind:
The documentation is a work in progress - any suggestion and contribution is very welcome!
The API documentation is auto generated with phpDocumentor from the docblocks in the PHP sources. The markdown sources for the Read the Docs online manual are located in the /docs directory