zammad-api-client-php
zammad-api-client-php copied to clipboard
PHP API client for Zammad Helpdesk/Support system
Here is a small update that allows the administration tasks for tags (all, create, update, delete)
REST Supports Ticket Linking. Adding and Getting Links is implemented in this PR.
Hi everyone, we are having some problems with the case of the headers. The Client/Response class has to decide if the body has to be parsed as json: ```php public...
Just a small additional information for section "**Fetching content of ticket article attachments**", where is mentioned: `$attachment_content = $ticket_article->getAttachmentContent(23);` **_Additonal information:_** "The output of $ticket_article->getAttachmentContent() is a GuzzleHttp\Psr7\Stream Object. To...
These parameters exist in Rest API and now added in this library. (Thanks to @REJack)
This api client currently has a dependency on the Guzzle HTTP client, specified to be version ^7. This strict version requirement is causing incompatibility issues when attempting to use this...
Since a few days the PHP-API doesn't return any result on the following search (a Single Select Object field): `$tickets = $client->resource(ResourceType::TICKET)->search('FIELD_NAME:KEY');` The $tickets-array is always empty. Regular full-text searches...
After the [documentation](https://github.com/zammad/zammad-documentation/issues/626#issue-2963128407) is updated from `X-On-Behalf-Of` to `From`, the lib should follow that approach. For more details see: https://github.com/zammad/zammad/issues/5541#issuecomment-2771210609