PHPackages                             xvilo/hackernews-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. xvilo/hackernews-client

ActiveLibrary[API Development](/categories/api)

xvilo/hackernews-client
=======================

A HackerNews client library using the official API.

v0.1.0(3y ago)12MITPHPPHP ^8.1

Since Aug 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/xvilo/hackernews-client)[ Packagist](https://packagist.org/packages/xvilo/hackernews-client)[ RSS](/packages/xvilo-hackernews-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

HackerNews Client (PHP)
=======================

[](#hackernews-client-php)

A HackerNews API Wrapper, it's based on the official Firebase API provided at [HackerNews/api](https://github.com/hackernews/api). In its current form, it supports all endpoints with basic calls, this will be expanded in the future.

### Installation

[](#installation)

You can install this package through composer, the easiest way is to:

```
composer require xvilo/hackernews-client
```

[You will also need an implementation of `php-http/client-implementation`.](#php-httpclient-implementation-needed)

Usage
-----

[](#usage)

```
