helpcrunch / api-client-php
PHP Client for HelpCrunch public API
Installs: 14 268
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 1
Open Issues: 3
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2025-05-20 00:00:02 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