microsoft/bingads
Composer 安装命令:
composer require microsoft/bingads
包简介
This project provides the PHP client library for the SOAP-based Bing Ads API at Microsoft.
README 文档
README
You can develop Bing Ads applications with any programming language that supports web services. The Bing Ads PHP Software Development Kit (SDK) enhances the experience of developing Bing Ads applications with the PHP programming language. The SDK includes a proxy to all Bing Ads API web services and abstracts low level details of authentication with OAuth. The SDK follows the PSR-4 standard to support autoloading classes from file paths, so that you don’t have to include each classes manually. Your application can simply require autoload.php: require_once __DIR__ . "/vendor/autoload.php";
Installing the SDK
You can install the Bing Ads PHP SDK using the Composer package manager to fetch from Packagist. We recommend using Composer as a dependency manager so that you don’t have to manually download the proxy classes.
-
Download and install Composer. Microsoft Windows users should also add composer.phar to your PATH variable.
-
Make sure your php.ini file has extension=soap.
-
Open a command prompt and type
composer require microsoft/bingads.Note: Windows users who did not add composer.phar to the PATH will need to type
php composer.phar require microsoft/bingadsinstead. -
To get updates going forward, type
composer update. If any updates are available at packagist, composer will install the latest version.
For more information see Get Started Using PHP with Bing Ads Services.
microsoft/bingads 适用场景与选型建议
microsoft/bingads 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.2M 次下载、GitHub Stars 达 62, 最近一次更新时间为 2017 年 04 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「sdk」 「bingads」 「bing ads」 「microsoft advertising」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 microsoft/bingads 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 microsoft/bingads 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 microsoft/bingads 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This project provides the PHP client library for the REST-based Microsoft Ads API.
Alfabank REST API integration
GoogleAds, BingAds, api
Zero-dependency raw PHP DNS resolver, domain-ownership verification, and intoDNS/MxToolbox-style diagnostics. Queries authoritative nameservers directly over sockets — never trusts the recursive cache for ownership checks.
A lightweight plain-PHP framework for database-backed CRUD APIs.
bughq error tracking - PHP SDK
统计信息
- 总下载量: 3.2M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 62
- 点击次数: 19
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-04-05