skychin/php-hackernews

A PHP wrapper for HackerNews API

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

This package is auto-updated.

Last update: 2024-05-06 10:51: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.