RTPHPLib
RTPHPLib copied to clipboard
PHP wrapper for the Request Tracker API
This fix addresses issue #76. It is basically a resubmit of PR #78 made by @oijkn which was closed. However, the master branch is still being affected. If you perform...
Hi, thank you for your great LIB, in my case I have some fields with multiline and your actual code doesn't work with them. So i modified your code to...
- [ ] Docblocks need expansion and revision - [ ] Examples, cheatsheet for using the library
There is currently no test coverage for what happens when authentication fails.
Having to specify username & password all the time is bad if you want to use rt's users and not have a global username/password for every request. Probably needs the...
Hello, By the user interface of RT it is possible to add params for pagintation with: &Page=1 &Rows=20 &RowsPerPage=20 but it looks like the search function in RTPHPLib doesn't provide...