rmanara/news-api-php

There is no license information available for the latest version (dev-master) of this package.

Api call for newFeed

dev-master 2019-12-21 10:26 UTC

This package is auto-updated.

Last update: 2024-04-19 03:57:08 UTC


README

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