PHPackages                             cutmeshort/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. [HTTP &amp; Networking](/categories/http)
4. /
5. cutmeshort/sdk

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

cutmeshort/sdk
==============

Official CutMeShort CMS PHP SDK. This SDK allows tracking of leads and sales, including deferred lead attribution.

v1.0.0(today)00MITPHPPHP ^8.1

Since Jun 18Pushed todayCompare

[ Source](https://github.com/Cut-Me-Short/cms-php)[ Packagist](https://packagist.org/packages/cutmeshort/sdk)[ Docs](https://www.cutmeshort.com)[ RSS](/packages/cutmeshort-sdk/feed)WikiDiscussions main Synced today

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

CutMeShort PHP SDK
==================

[](#cutmeshort-php-sdk)

Official PHP SDK for the CutMeShort CMS platform.

A SDK for tracking leads and sales events, including support for deferred lead attribution.

Features
--------

[](#features)

- 🚀 **Easy to use** - Simple, intuitive API
- ✅ **Type-safe** - Leverages PHP 8.1+ features with proper typing
- 📊 **Lead &amp; Sales Tracking** - Built-in support for both event types
- 🔄 **Deferred Attribution** - Support for first-click to customer association
- 🔐 **Bearer Token Authentication** - Secure API authentication
- ⚙️ **Configurable** - Flexible configuration options for different environments
- 📝 **Well-documented** - Comprehensive examples and documentation

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

[](#requirements)

- PHP 8.1 or higher
- Composer (for dependency management)
- GuzzleHTTP 7.3+ (automatically installed via Composer)

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

[](#installation)

### Using Composer

[](#using-composer)

```
composer require cutmeshort/sdk
```

Or add to your `composer.json`:

```
{
  "require": {
    "cutmeshort/sdk": "^1.0"
  }
}
```

Then run:

```
composer install
```

Quick Start
-----------

[](#quick-start)

### Basic Usage

[](#basic-usage)

```
