helpcrunch / api-client-php
PHP Client for HelpCrunch public API
dev-develop
2019-07-02 13:50 UTC
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2026-02-20 01:37:47 UTC
README
PHP Client for HelpCrunch public API.
You can retrieve, update, add and delete your organization's customers.
You will need your Public API Key from you HelpCrunch Account -> Settings -> Developers -> Public API.
This client library will cover most of requests descript here: https://docs.helpcrunch.com/backend-api-reference.html
Prerequisites
PHP 7, Composer, php-json (default extension)
Installation
Run composer require helpcrunch/api-client-php