PHPackages                             newquery/hf-php-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. newquery/hf-php-client

ActiveLibrary[API Development](/categories/api)

newquery/hf-php-client
======================

PHP Client for hackforums.net API

v1.1(6y ago)17[1 issues](https://github.com/newQuery/hf-php-client/issues)MITPHP

Since Oct 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/newQuery/hf-php-client)[ Packagist](https://packagist.org/packages/newquery/hf-php-client)[ RSS](/packages/newquery-hf-php-client/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Hackforums API PHP Client
=========================

[](#hackforums-api-php-client)

Hackforums API PHP Client by newQuery from the Sociopaths

Requirements
------------

[](#requirements)

- PHP 7.2
- Composer
- API Key -

Supported endpoints
-------------------

[](#supported-endpoints)

- User info (GET /user/:id)
- Multiple users info (GET /users/:ids)
- Forum navigation (GET /category/:id)
- Forum info (GET /forum/:id)
- Thread info (GET /thread/:id)
- Post info (GET /post/:id)
- Private message info (GET /pm/:id)
- List of PMs in inbox and other pm boxes (GET /pmbox/:id or GET /inbox)
- Group info (GET /group/:id)
- Get total of inbox (custom)

Install
-------

[](#install)

```
composer require newquery/hf-php-client

```

Usage
-----

[](#usage)

##### Initialize client

[](#initialize-client)

```
