PHPackages                             curnext/sdk - 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. curnext/sdk

ActiveLibrary

curnext/sdk
===========

Official CurNext PHP SDK for the construction readiness API

v1.0.0(today)00MITPHPPHP ^8.1

Since Aug 8Pushed todayCompare

[ Source](https://github.com/awunjia/curnext-sdk-php)[ Packagist](https://packagist.org/packages/curnext/sdk)[ Docs](https://curnext.app)[ RSS](/packages/curnext-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

curnext/sdk
===========

[](#curnextsdk)

[![Latest Stable Version](https://camo.githubusercontent.com/00209acd28e97a202353839741e8cb3d276d4c325737f96f2e207318bc9dc379/68747470733a2f2f706f7365722e707567782e6f72672f6375726e6578742f73646b2f76)](https://packagist.org/packages/curnext/sdk)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](./LICENSE)[![PHP Version](https://camo.githubusercontent.com/ad0085a5833766070778e9c81f6568442e7f0138e94e11c0f91b5cd5b23874fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6375726e6578742f73646b)](https://packagist.org/packages/curnext/sdk)

**Official PHP client** for the [CurNext](https://curnext.app) construction readiness API.

Use it from Laravel, Symfony, or plain PHP to pull surface readiness, BIM context, devices, alerts, measurements, and webhook configuration into your own dashboards, ERP, CMMS, or automation pipelines - with API-key auth over HTTPS.

**Package**`curnext/sdk`**Version**`1.0.0`**Runtime**PHP 8.1+ (`ext-curl`, `ext-json`)**API base**`https://api.curnext.app` (`/api/v1`)**OpenAPI****Platform**---

Table of contents
-----------------

[](#table-of-contents)

- [Install](#install)
- [Quick start](#quick-start)
- [Authentication](#authentication)
- [Configuration](#configuration)
- [API surface](#api-surface)
- [Error handling](#error-handling)
- [Webhooks](#webhooks)
- [Local development &amp; smoke test](#local-development--smoke-test)
- [Laravel &amp; Symfony](#laravel--symfony)
- [Author &amp; support](#author--support)
- [License](#license)

---

Install
-------

[](#install)

```
composer require curnext/sdk
```

```
use Curnext\Sdk\CurNext;
use Curnext\Sdk\CurNextApiException;
```

---

Quick start
-----------

[](#quick-start)

```
