quiec/googlenewsphp

There is no license information available for the latest version (1.1.0) of this package.

1.1.0 2021-01-09 13:35 UTC

This package is auto-updated.

Last update: 2024-05-09 21:26:06 UTC


README

Google News fetcher

Install

composer require quiec/googlenewsphp

Usage

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

License

LGPL

Author

Yusuf Usta