PHPackages                             criteo/criteo-php-marketing-transition-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. criteo/criteo-php-marketing-transition-sdk

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

criteo/criteo-php-marketing-transition-sdk
==========================================

Official Criteo PHP Marketing Transition SDK

1.0.3(4y ago)16.2k1[2 issues](https://github.com/criteo/criteo-php-marketing-transition-sdk/issues)Apache-2.0PHPPHP &gt;=7.1

Since May 6Pushed 4y ago9 watchersCompare

[ Source](https://github.com/criteo/criteo-php-marketing-transition-sdk)[ Packagist](https://packagist.org/packages/criteo/criteo-php-marketing-transition-sdk)[ Docs](https://api.criteo.com)[ RSS](/packages/criteo-criteo-php-marketing-transition-sdk/feed)WikiDiscussions main Synced 1mo ago

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

Criteo Marketing Transition SDK for PHP
=======================================

[](#criteo-marketing-transition-sdk-for-php)

This project is deprecated
==========================

[](#this-project-is-deprecated)

We've built a new set of SDKs to help you use our [Criteo's API](https://developers.criteo.com/).

You can find the new PHP SDKs repositories here :  and

Introduction
------------

[](#introduction)

API Client Libraries can facilitate your use of the Criteo API allowing you to build unique and customized solutions to serve your businesses and clients. These libraries can reduce the amount of code you need to write in order to start accessing Criteo programmatically. They also can help expedite troubleshooting, should you encounter any issues. This Transition SDK will help you migrate from MAPI to Criteo API. We will support it until end of 2021 when we will decommission the /legacy endpoints. After that date we will only support our official versioned Client Libraries available in Q3 2021.

More information:

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2021-04
- Package version: 1.0.3
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 7.1 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/):

either run the following command: `composer require criteo/criteo-php-marketing-transition-sdk`

or add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/criteo/criteo-php-marketing-transition-sdk.git"
    }
  ],
  "require": {
    "criteo/criteo-php-marketing-transition-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/CriteoMarketingTransition/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
