文件名称:AmazonProductAdvertisingApiBundle:用于Amazon Product Advertising API的symfony包装器捆绑包
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-09 20:44:46
PHP
亚马逊产品广告ApiBundle 适用于Amazon Product Advertising API的symfony包装器捆绑包。 安装 通过作曲家 composer require alessandrodipierro/amazon-product-advertising-api-bundle 配置捆绑 该捆绑包旨在开箱即用。 为了使该捆绑包正常运行,您只需配置您的API。 # config/packages/amazon_pa_api.yaml amazon_product_advertising_api : api_key : ' API_KEY_HERE ' api_secret : ' API_KEY_HERE ' host : ' HOST_HERE ' region : ' REGION_HERE ' 将捆绑软件添加到捆绑软件配置中。 # config
【文件预览】:
AmazonProductAdvertisingApiBundle-master
----README.md(857B)
----Service()
--------Api.php(707B)
----AmazonProductAdvertisingApiBundle.php(179B)
----Resources()
--------config()
----composer.json(654B)
----DependencyInjection()
--------AmazonProductAdvertisingApiExtension.php(843B)
--------Factory()
--------Configuration.php(871B)