Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.01 KB

Build Status Latest Stable Version License Latest Unstable Version

News API SDK for PHP

Search through millions of articles from over 30,000 large and small news sources and blogs. This includes breaking news as well as lesser articles. find out more about it: documentation

Example

require_once __DIR__ . '/../vendor/autoload.php';

$api = new \NewsApi\Api( array('q' => 'Reino Unido' , 'language'=> 'pt' , 'apiKey' => newsapi));

$api->getData();

Composer install

composer require rmanara/news-api-php