PHPackages                             setono/meta-conversions-api-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. setono/meta-conversions-api-bundle

ActiveSymfony-bundle

setono/meta-conversions-api-bundle
==================================

Work with the Meta / Facebook Conversions API in your Symfony application

v0.1.5(2y ago)158.2k↓46.1%1MITPHPPHP &gt;=7.4CI passing

Since Aug 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Setono/MetaConversionsApiBundle)[ Packagist](https://packagist.org/packages/setono/meta-conversions-api-bundle)[ RSS](/packages/setono-meta-conversions-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (24)Versions (7)Used By (0)

Meta / Facebook Conversions API bundle
======================================

[](#meta--facebook-conversions-api-bundle)

[![Latest Version](https://camo.githubusercontent.com/2d501c8892b34cb23514eea8c0254315ddcfae84c22a527746ceb0b7271af352/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f6d6574612d636f6e76657273696f6e732d6170692d62756e646c652f762f737461626c65)](https://packagist.org/packages/setono/meta-conversions-api-bundle)[![Software License](https://camo.githubusercontent.com/5dea68b909927c23cfbe45e7f7c517357f472c77f804794538d4764f9a7cc5b0/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f6d6574612d636f6e76657273696f6e732d6170692d62756e646c652f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/MetaConversionsApiBundle/workflows/build/badge.svg)](https://github.com/Setono/MetaConversionsApiBundle/actions)

Work with the Meta / Facebook Conversions API in your Symfony application. Under the hood this bundle integrates the [Meta Conversions API PHP SDK](https://github.com/Setono/meta-conversions-api-php-sdk) library.

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

[](#installation)

To install this bundle, simply run:

```
composer require setono/meta-conversions-api-bundle
```

This also installs the [Bot Detection Bundle](https://github.com/Setono/BotDetectionBundle) which is used to filter bot requests.

If you want to handle consent (i.e. cookie/GDPR consent), you can use the [consent bundle](https://github.com/Setono/ConsentBundle), by installing it:

```
composer require setono/consent-bundle
```

Usage
-----

[](#usage)

```
