rmanara/news-api-php

该包的最新版本(dev-master)没有可用的许可信息。

newFeed 的 API 调用

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

This package is auto-updated.

Last update: 2024-09-19 04:47:39 UTC


README

Build Status Latest Stable Version License Latest Unstable Version

PHP 新闻 API SDK

搜索来自 30,000 多个大型和小型新闻来源和博客的数百万篇文章。这包括突发新闻以及较少的文章。了解更多信息:文档

示例

require_once __DIR__ . '/../vendor/autoload.php';

$api = new \NewsApi\Api( array('q' => 'Reino Unido' , 'language'=> 'pt' , 'apiKey' => newsapi));

$api->getData();

Composer 安装

composer require rmanara/news-api-php