PHPackages                             rspective/voucherify - 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. rspective/voucherify

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

rspective/voucherify
====================

Voucherify promotion engine REST API. Please see https://docs.voucherify.io/docs for more details.

5.0.3(1y ago)22451.5k↓15.4%14[8 issues](https://github.com/voucherifyio/voucherify-php-sdk/issues)unlicensePHPPHP ^8.1

Since Dec 7Pushed 2mo ago9 watchersCompare

[ Source](https://github.com/voucherifyio/voucherify-php-sdk)[ Packagist](https://packagist.org/packages/rspective/voucherify)[ Docs](https://openapi-generator.tech)[ RSS](/packages/rspective-voucherify/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (56)Used By (0)

[![Voucherify PHP SDK](./voucherify-sdk.png)](./voucherify-sdk.png)

### Official [Voucherify](https://www.voucherify.io) PHP SDK

[](#official-voucherify-php-sdk)

👋 Intro
-------

[](#-intro)

Voucherify is an Incentive Optimization Engine that helps digital teams launch, test, and optimize targeted incentives – from coupons and promotions to loyalty programs and personalized offers – all with API.

We build Voucherify so you can run fewer incentives, but better ones.

**Launch fast.**

**Test every day.**

**Drop what doesn’t work.**

**And optimize what does.**

Integrate easily with your existing stack to make experimentation and optimization effortless.

📝 Useful info
-------------

[](#-useful-info)

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) based on Voucherify [API reference](https://docs.voucherify.io/api-reference/introduction-api), `v2018-08-01` version.

For more info, visit those places:

- ✅ [Supported endpoints](./ENDPOINTS-COVERAGE.md).
- 📘 [API docs](https://docs.voucherify.io/api-reference/introduction-api "Voucherify API documentation").
- 🧑‍🍳 [Promotion cookbook](https://www.voucherify.io/promotion-examples "Explore promotion examples").
- 💬 [Help center](https://support.voucherify.io "Voucherify dashboard documentation").
- 🐛 Caught a bug? [Add an issue](https://github.com/voucherifyio/voucherify-php-sdk/issues "Visit issues in Voucherify PHP SDK")!
- 🧑‍💻 Need help? [Contact support](https://www.voucherify.io/contact-support "Visit contact support page").

🧱 Requirements
--------------

[](#-requirements)

PHP 8.1 or newer.

⚙️ Install
----------

[](#️-install)

Use any of the following methods to install the SDK.

### Composer

[](#composer)

To install the bindings with [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/voucherifyio/voucherify-php-sdk"
    }
  ],
  "require": {
    "voucherify/voucherify-php-sdk": "^5.0"
  }
}
```

Then run:

```
composer install
```

### Manual installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
