Skip to content

rodrigomanara/News-API-php

 
 

Repository files navigation

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

About

Our officially supported PHP client library for accessing News API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%