PHPackages                             superbrave/partnerize-bundle - 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. superbrave/partnerize-bundle

ActiveSymfony-bundle[API Development](/categories/api)

superbrave/partnerize-bundle
============================

A Symfony bundle to talk to the Partnerize API.

v1.0.0(5y ago)0453[2 PRs](https://github.com/superbrave/partnerize-bundle/pulls)MITPHPPHP ^7.2

Since Apr 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/superbrave/partnerize-bundle)[ Packagist](https://packagist.org/packages/superbrave/partnerize-bundle)[ RSS](/packages/superbrave-partnerize-bundle/feed)WikiDiscussions master Synced 5d ago

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

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

[](#introduction)

A Symfony bundle to talk to the Partnerize API.

Overview
--------

[](#overview)

Provides methods (not all) to send, approve and reject conversions in Partnerize.

Setup
-----

[](#setup)

### Installation

[](#installation)

Using this package is similar to all Symfony bundles.

#### Step 1.

[](#step-1)

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:

```
$ composer require superbrave/partnerize-bundle

```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

#### Step 2.

[](#step-2)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
