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 2mo 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 43% 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

3236d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/486c696f959e672ee4d3a090d77bd4eb5b618320a2c750936396800eab7eaa49?d=identicon)[jrm2k6](/maintainers/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

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[smodav/mpesa

M-Pesa API implementation

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

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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