Skip to content

Our officially supported PHP client library for accessing News API.

License

Notifications You must be signed in to change notification settings

rodrigomanara/News-API-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%