PHPackages                             crisphive/crisphive-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. crisphive/crisphive-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

crisphive/crisphive-php
=======================

Official PHP SDK for the Crisphive API.

v0.2.0(1mo ago)00MITPHPPHP ^7.4 || ^8.0

Since Jul 1Pushed 1mo agoCompare

[ Source](https://github.com/crisphive/crisphive-php)[ Packagist](https://packagist.org/packages/crisphive/crisphive-php)[ Docs](https://docs.crisphive.com)[ RSS](/packages/crisphive-crisphive-php/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

CrispHive PHP
=============

[](#crisphive-php)

The official PHP SDK for the [CrispHive API](https://docs.crisphive.com/).

Typed access to the public `/v1` API — customers, bookings, catalog, team and fleet.

Requirements
------------

[](#requirements)

PHP 7.4+ with the `curl`, `json` and `mbstring` extensions.

Installation
------------

[](#installation)

```
composer require crisphive/crisphive-php
```

Authentication
--------------

[](#authentication)

Every request is authenticated with a secret API key sent as a bearer token. Create keys from your CrispHive business dashboard. **The key prefix selects the data environment:**

- `chsk_live_…` → live (production) data
- `chsk_test_…` → sandbox (isolated test) data

Load keys from the environment — never commit them.

Usage
-----

[](#usage)

```
