PHPackages                             sigwin/reddit-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. [HTTP &amp; Networking](/categories/http)
4. /
5. sigwin/reddit-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

sigwin/reddit-client
====================

Reddit.com API

1.2.3(1y ago)32.2kMITPHPPHP ^8.2

Since Aug 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sigwinhq/reddit-client)[ Packagist](https://packagist.org/packages/sigwin/reddit-client)[ Docs](https://github.com/sigwinhq/reddit-client)[ RSS](/packages/sigwin-reddit-client/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

RedditClient
============

[](#redditclient)

Reddit.com API

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/sigwin/reddit-client.git"
    }
  ],
  "require": {
    "sigwin/reddit-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
