Download the PHP package survos/bing-news-bundle without Composer
On this page you can find all versions of the php package survos/bing-news-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download survos/bing-news-bundle
More information about survos/bing-news-bundle
Files in survos/bing-news-bundle
Package bing-news-bundle
Short Description Symfony bundle for interacting with the Bing News API
License MIT
Informations about the package bing-news-bundle
BingNewsBundle
A Symfony bundle to interact with Bing News API via the bing-news-API library.
Still under development, feedback welcome!
Quickstart
composer config repositories.survos_bing_news_bundle '{"type": "path", "url": "../survos/packages/bing-news-bundle"}' composer req survos/bing-news-bundle:"*@dev"
composer config repositories.survos_bing_search '{"type": "path", "url": "~/g/tacman/BingNewsSearch"}' composer req bing-news-search/bing-news-search:"*@dev"
Resources
- https://portal.azure.com/#@tacmangmail.onmicrosoft.com/resource/subscriptions/2809ba0c-d042-49a8-a2f5-4363572b8c8a/resourceGroups/News/providers/Microsoft.Bing/accounts/BingNews/overview
- https://learn.microsoft.com/en-us/bing/search-apis/bing-news-search/reference/query-parameters#category
- https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/use-display-requirements
- https://learn.microsoft.com/en-us/bing/search-apis/bing-news-search/how-to/search-response
- https://learn.microsoft.com/en-us/bing/search-apis/bing-news-search/reference/response-objects#newsarticle
- https://learn.microsoft.com/en-us/bing/search-apis/bing-news-search/reference/response-objects#newsanswer
Installation
Go to Microsoft Azure and get a key.
Create a new Symfony project.
You can browse interactively with the basic admin controller.
Or edit .env.local and add your API key.
All versions of bing-news-bundle with dependencies
symfony/config Version ^6.4 || ^7.1
symfony/cache-contracts Version ^3.5
symfony/dependency-injection Version ^6.4 || ^7.1
symfony/http-kernel Version ^6.4 || ^7.1
twig/twig Version ^3.15
zenstruck/console-extra Version ^1.4
symfony/form Version ^7.2
tacman/bing-news-search Version dev-refactor