skychin/php-hackernews

A PHP wrapper for HackerNews API

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/skychin/php-hackernews

dev-master / 1.0.x-dev 2018-12-05 23:01 UTC

This package is auto-updated.

Last update: 2025-12-06 14:45:01 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A PHP wrapper for HackerNews API.

Install

Via Composer

$ composer require skychin/php-hackernews

Usage

$hn = new SkyChin\HackerNews();
$stories = $hn->topStories();

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email sky4just@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.