sapistudio/newsapi

This package is abandoned and no longer maintained. No replacement package was suggested.

1.0.1 2019-11-13 11:49 UTC

This package is not auto-updated.

Last update: 2020-08-22 07:20:57 UTC


README

retrieve news from newsapi.org

Init

use SapiStudio\NewsApi\NewsApi;

$api = new NewsApi(api_key);

get headlines

$api->getTopHeadLines();

get everything

$api->getEverything($searchText);

get sources

$api->getSources($searchText);