PHPackages                             jrm2k6/laradit - 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. jrm2k6/laradit

ActiveLibrary[API Development](/categories/api)

jrm2k6/laradit
==============

Reddit API Wrapper for Laravel

0.0.3(8y ago)41.7k1[1 issues](https://github.com/jrm2k6/laradit/issues)MITPHPPHP &gt;=5.3.0

Since Jan 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jrm2k6/laradit)[ Packagist](https://packagist.org/packages/jrm2k6/laradit)[ Docs](https://github.com/jrm2k6/laradit)[ RSS](/packages/jrm2k6-laradit/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

\##Installation

`composer require jrm2k6/laradit`

Configuration
-------------

[](#configuration)

Add in `config/app.php`:

```
 'providers' => [
    JD\Laradit\LaraditAuthenticationServiceProvider::class,
    JD\Laradit\LaraditResourceServiceProvider::class,
  ]

```

Add in your .env file:

```
LARADIT_CLIENT_ID=your-client-id
LARADIT_CLIENT_SECRET=yout-client-secret
LARADIT_OAUTH_REDIRECT_URI=your-callback
LARADIT_REDDIT_USERNAME=your-username
LARADIT_REDDIT_PASSWORD=your-password
LARADIT_USER_AGENT=your-user-agent

```

Usage
-----

[](#usage)

To get a authentication token for script apps:

```
LaraditAuth::getScriptAuthenticationManager()->getAccessToken();

```

You can then set the token:

```
 Laradit::setAuthToken($authToken);

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~274 days

Total

3

Last Release

3283d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1088099?v=4)[Jeremy Dagorn](/maintainers/jrm2k6)[@jrm2k6](https://github.com/jrm2k6)

---

Top Contributors

[![jrm2k6](https://avatars.githubusercontent.com/u/1088099?v=4)](https://github.com/jrm2k6 "jrm2k6 (56 commits)")

---

Tags

apilaravelreddit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jrm2k6-laradit/health.svg)

```
[![Health](https://phpackages.com/badges/jrm2k6-laradit/health.svg)](https://phpackages.com/packages/jrm2k6-laradit)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[smodav/mpesa

M-Pesa API implementation

16167.1k1](/packages/smodav-mpesa)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.5k](/packages/scriptdevelop-whatsapp-manager)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
