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

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

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

Official Criteo PHP Marketing SDK

1.0.47(5y ago)17.0k3Apache-2.0PHPPHP &gt;=7.1

Since Nov 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/criteo/criteo-php-marketing-sdk)[ Packagist](https://packagist.org/packages/criteo/criteo-php-marketing-sdk)[ Docs](https://api.criteo.com)[ RSS](/packages/criteo-criteo-php-marketing-sdk/feed)WikiDiscussions master Synced 3w ago

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

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

[](#criteo-marketing-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

Info
----

[](#info)

[![Build Status](https://camo.githubusercontent.com/7d03a01837fea409705dc52326516188fe07ed760fa15cea7ecbb9eca1b39a17/68747470733a2f2f7472617669732d63692e636f6d2f63726974656f2f63726974656f2d7068702d6d61726b6574696e672d73646b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/criteo/criteo-php-marketing-sdk)[![](https://camo.githubusercontent.com/0c0d46ea3f23d917e0f012814af9a5bb9ece740957ebb9a466ce66c6d6dd281c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63726974656f2f63726974656f2d7068702d6d61726b6574696e672d73646b)](https://packagist.org/packages/criteo/criteo-php-marketing-sdk)

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

- API version: v.1.0
- Package version: 1.0.47
- 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-sdk`

or add the following to `composer.json`:

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/CriteoMarketing/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:

```
