quiec/googlenewsphp

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

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/quiec/googlenewsphp

1.1.0 2021-01-09 13:35 UTC

This package is auto-updated.

Last update: 2025-10-10 00:44:07 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