PHPackages                             werkspot/bing-ads-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. [API Development](/categories/api)
4. /
5. werkspot/bing-ads-api-bundle

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

werkspot/bing-ads-api-bundle
============================

A service to make API calls to bing ads in Symfony

v0.0.1(10y ago)020MITPHPPHP &gt;=5.3.2

Since Mar 7Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Werkspot/BingAdsApiBundle)[ Packagist](https://packagist.org/packages/werkspot/bing-ads-api-bundle)[ Docs](http://werkspot.nl)[ RSS](/packages/werkspot-bing-ads-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

BingAdsApiBundle
================

[](#bingadsapibundle)

The BingAdsApiBundle provides a simple integration of the [Bing Ads API](https://code.msdn.microsoft.com/Bing-Ads-API-Version-9-in-fb27761f) for your Symfony project.

Checkout the Bing Ads full [documentation](https://developers.bingads.microsoft.com/)

**Warning: Currently in development**

[![Build Status](https://camo.githubusercontent.com/11361180d8bd74b662bbc387b9bb4cf8ab9399ef5af3944d0a30a674f55c823b/68747470733a2f2f7472617669732d63692e6f72672f5765726b73706f742f42696e6741647341706942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Werkspot/BingAdsApiBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2a0d3225e455f3a00ca4382b846bcb835ca60608734dfd83d7d0e49db295086f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5765726b73706f742f42696e6741647341706942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Werkspot/BingAdsApiBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/48e8273f5ccfcb41881e68a4d9f8482af903ec3b576fd7d16e406575983136ff/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5765726b73706f742f42696e6741647341706942756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Werkspot/BingAdsApiBundle/?branch=master)

**TODO**

- Create more Reports

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

[](#installation)

With [composer](http://packagist.org), add:

```
{
    "require": {
        "werkspot/bing-ads-api-bundle": "dev-master"
    }
}
```

Then enable it in your kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = [
        //...
        new Werkspot\BingAdsApiBundle\WerkspotBingAdsApiBundle(),
        //...
```

Configuration
-------------

[](#configuration)

```
# app/config/config.yml

# Bing ads API
werkspot_bing_ads_api:
  cache_dir: "%kernel.cache_dir%" #get('werkspot.bing_ads_api_client');
$bingApi->setApiDetails($apiDetails);
$arrayOfFiles = $bingApi->get($columns, $reportType, $timePeriod );

/* [...] Do something with the list */

$bingApi->clearCache(); //-- When done remove the files

$newRefreshToken = $bingApi->getRefreshToken() //-- Get new RefreshToken
```

Credits
-------

[](#credits)

BingAdsApiBundle is based on the officical [Bing Ads API](https://code.msdn.microsoft.com/Bing-Ads-API-Version-9-in-fb27761f). BingAdsApiBundle has been developed by [LauLaman](https://github.com/LauLaman).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3714d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37301ff25cf2c512e7c1079160028e6e4c27194b6ba6d44aa52213ba2e3feaac?d=identicon)[jeroenvdheuvel](/maintainers/jeroenvdheuvel)

![](https://www.gravatar.com/avatar/99d3da37dfb742ac4a51091f756f8a632cc9d4a12f433fe3c6a51056808372f6?d=identicon)[werkspot](/maintainers/werkspot)

![](https://www.gravatar.com/avatar/7140a8c7b834b07674c6bd74d6cb75792522ceba17dfb1f347489083a0ba1c48?d=identicon)[malukenho](/maintainers/malukenho)

![](https://www.gravatar.com/avatar/bc395bcda99f14033a29f77384e9136cb7f06f532ef7b87c4afd5aba10b8d029?d=identicon)[wpeereboom](/maintainers/wpeereboom)

---

Top Contributors

[![LauLaman](https://avatars.githubusercontent.com/u/8283992?v=4)](https://github.com/LauLaman "LauLaman (36 commits)")[![wpeereboom](https://avatars.githubusercontent.com/u/516326?v=4)](https://github.com/wpeereboom "wpeereboom (3 commits)")[![MarijnKoesen](https://avatars.githubusercontent.com/u/711208?v=4)](https://github.com/MarijnKoesen "MarijnKoesen (1 commits)")

---

Tags

apibundleservicebing ads

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/werkspot-bing-ads-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/werkspot-bing-ads-api-bundle/health.svg)](https://phpackages.com/packages/werkspot-bing-ads-api-bundle)
```

###  Alternatives

[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42867.3k](/packages/harmbandstra-swagger-ui-bundle)[eko/googletranslatebundle

A Symfony bundle to deals with Google Translate API

4337.1k](/packages/eko-googletranslatebundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
