2017 © Pedro Peláez
 

library news-api-php

Api call for newFeed

image

rmanara/news-api-php

Api call for newFeed

  • Wednesday, March 21, 2018
  • by rodrigomanara
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version License Latest Unstable Version, (*1)

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, (*2)

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, (*3)

The Versions

21/03 2018

dev-master

9999999-dev

Api call for newFeed

  Sources   Download

The Development Requires