quiec/googlenewsphp

此包的最新版本(1.1.0)没有可用的许可信息。

1.1.0 2021-01-09 13:35 UTC

This package is auto-updated.

Last update: 2024-09-09 22:21:55 UTC


README

谷歌新闻抓取器

安装

composer require quiec/googlenewsphp

使用方法

<?php
require __DIR__ . '/vendor/autoload.php';
$News = new Quiec\GoogleNews('tr', 'tr', 'BUSINESS', 100);
print_r($News->getNews());

许可

LGPL

作者

Yusuf Usta