PHPackages                             hackzilla/bing-api - 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. hackzilla/bing-api

Abandoned → [cpcstrategy/bing-ads-sdk-php](/?search=cpcstrategy%2Fbing-ads-sdk-php)Library[API Development](/categories/api)

hackzilla/bing-api
==================

Classes for Bing Ads web services

9.0.0(12y ago)31252Apache-2.0PHP

Since Dec 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/hackzilla/bing-api)[ Packagist](https://packagist.org/packages/hackzilla/bing-api)[ RSS](/packages/hackzilla-bing-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (5)Used By (0)

Bing Ads API Version 9 in PHP
=============================

[](#bing-ads-api-version-9-in-php)

This download includes PHP class files for Bing Ads web services and supports composer autoloading.

Building the Sample
===================

[](#building-the-sample)

For example, after downloading the PHP file that contains the reporting classes, you can use the following snippet to include the reporting classes in your application.

```
// Specify the BingAds\Reporting objects that will be used.
use BingAds\Reporting\SubmitGenerateReportRequest;
use BingAds\Reporting\KeywordPerformanceReportRequest;
use BingAds\Reporting\ReportFormat;
use BingAds\Reporting\ReportAggregation;
use BingAds\Reporting\AccountThroughAdGroupReportScope;
use BingAds\Reporting\CampaignReportScope;
use BingAds\Reporting\ReportTime;
use BingAds\Reporting\ReportTimePeriod;
use BingAds\Reporting\KeywordPerformanceReportFilter;
use BingAds\Reporting\DeviceTypeReportFilter;
use BingAds\Reporting\KeywordPerformanceReportColumn;
use BingAds\Reporting\PollGenerateReportRequest;
use BingAds\Reporting\ReportRequestStatusType;
use BingAds\Reporting\KeywordPerformanceReportSort;
use BingAds\Reporting\SortOrder;

// Specify the BingAds\Proxy object that will be used.
use BingAds\Proxy\ClientProxy;

$report = new AccountPerformanceReportRequest();
$report->Format = ReportFormat::Xml;
$report->ReportName = 'My Account Performance Report';
$report->ReturnOnlyCompleteData = false;
$report->Aggregation = ReportAggregation::Yearly;
```

Source Code Files
=================

[](#source-code-files)

- AdIntelligenceClasses.php - Contains the classes for the Ad Intelligence service.
- BulkClasses.php - Contains the classes for the Bulk service.
- CampaignManagementClasses.php - Contains the classes for the Campaign Management service.
- ClientProxy.php - Contains the proxy class to set the service headers and make a service call.
- CustomerBillingClasses.php - Contains the classes for the Customer Billing service.
- CustomerManagementClasses.php - Contains the classes for the Customer Management service.
- OptimizerClasses.php - Contains the classes for the Optimizer service.
- ReportingClasses.php - Contians classes for the Reporting service.

More Information
================

[](#more-information)

For information about updates to Bing Ads Version 9 web services, see Release Notes here on MSDN:

Downloaded from:

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

4

Last Release

4584d ago

Major Versions

8.0.2 → 9.0.02013-12-11

### Community

Maintainers

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

---

Top Contributors

[![ukwm-deploy](https://avatars.githubusercontent.com/u/9462642?v=4)](https://github.com/ukwm-deploy "ukwm-deploy (7 commits)")[![hackzilla](https://avatars.githubusercontent.com/u/1474182?v=4)](https://github.com/hackzilla "hackzilla (1 commits)")

---

Tags

apibing

### Embed Badge

![Health badge](/badges/hackzilla-bing-api/health.svg)

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

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.5k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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