PHPackages                             abenevaut/laravel-x-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. abenevaut/laravel-x-client

Abandoned → [abenevaut/laravel-x-client](/?search=abenevaut%2Flaravel-x-client)Library[HTTP &amp; Networking](/categories/http)

abenevaut/laravel-x-client
==========================

Laravel Http Client Infrastructure

0.0.2(1y ago)0101GPL-3.0-onlyPHPPHP ^8.3

Since Feb 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/abenevaut/laravel-x-client)[ Packagist](https://packagist.org/packages/abenevaut/laravel-x-client)[ RSS](/packages/abenevaut-laravel-x-client/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (10)Versions (2)Used By (1)

laravel-x-client
================

[](#laravel-x-client)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require abenevaut/laravel-x-client
```

Add x service to your `config/services.php` file:

```
'x' => [
    'baseUrl' => env('X_URL', 'https://api.x.com/2'), // x API URL
    'client_id' => env('X_CLIENT_ID'), // Your x client id
    'client_secret' => env('X_CLIENT_SECRET'), // Your x client secret
    'debug' => env('X_DEBUG', false), // Debug mode
],
```

Usage
-----

[](#usage)

```
use abenevaut\X\Facades\X;

X::getClient(): XClient; // Get the x client
X::countFollowers(string $account): int; // Get the number of followers of an account, like @abenevaut
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance40

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Unknown

Total

1

Last Release

510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46619d39f5bfbf68b122f68de36a3f3fae3dbee6f899876b42cba1de6f7e71ae?d=identicon)[abenevaut](/maintainers/abenevaut)

---

Top Contributors

[![abenevaut](https://avatars.githubusercontent.com/u/1134021?v=4)](https://github.com/abenevaut "abenevaut (1 commits)")

---

Tags

clientlaravelhexagonal-architectureinfrastructure

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/abenevaut-laravel-x-client/health.svg)

```
[![Health](https://phpackages.com/badges/abenevaut-laravel-x-client/health.svg)](https://phpackages.com/packages/abenevaut-laravel-x-client)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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