PHPackages                             quizerra/php-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. [API Development](/categories/api)
4. /
5. quizerra/php-sdk

ActiveLibrary[API Development](/categories/api)

quizerra/php-sdk
================

Official PHP SDK for the Quizerra Partner API.

v0.1.0(today)00MITPHPPHP ^8.1

Since Jun 19Pushed todayCompare

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

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

Quizerra PHP SDK
================

[](#quizerra-php-sdk)

Official PHP SDK for the Quizerra Partner API.

Quizerra PHP SDK provides typed, server-side access to the Quizerra Partner API. It includes request and response DTOs, endpoint clients, and flow helpers for International IQ testing and partner payments.

The package is built on PHP-FIG HTTP standards, so engineering teams can use it with their existing Symfony, Laravel, or custom PHP infrastructure without exposing Quizerra API credentials to the browser.

API Access
----------

[](#api-access)

Partner API credentials are issued by Quizerra. To request access, submit an application at [quizerra.com/partners](https://quizerra.com/partners).

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

[](#installation)

```
composer require quizerra/php-sdk
```

For local development before the package is published:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "../quizerra-php-sdk"
    }
  ],
  "require": {
    "quizerra/php-sdk": "0.1.x-dev"
  }
}
```

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

[](#quick-start)

```
