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
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-02-19 05:53:42 UTC
README
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