PHP
PHP
Clients | Status |
---|---|
Zendesk API Client by Zendesk | Unsupported by the developer |
Laravel Wrapper for Zendesk | Supported by the developer |
Zendesk API Client by Zendesk
Zendesk has an official PHP API client which is no longer maintained. You can install it using Composer.
- Officially Supported: No
- Repository: https://github.com/zendesk/zendesk_api_client_php
- Docs: https://github.com/zendesk/zendesk_api_client_php/blob/master/README.md
- Package: https://packagist.org/packages/zendesk/zendesk_api_client_php
- License: Apache v2
Laravel Wrapper for Zendesk
The Laravel Wrapper supports creating tickets, retrieving and updating tickets, deleting tickets, and more, in Zendesk Support. The package provides a Zendesk facade that acts as a wrapper to the zendesk/zendesk_api_client_php package.
- Officially Supported: No
- Repository: https://github.com/huddledigital/zendesk-laravel
- Docs: https://github.com/huddledigital/zendesk-laravel/blob/master/readme.md
- Package: N/A
- License: MIT