spatie/twitter-labs
ReactPHP-powered PHP client for Twitter Developer Labs realtime endpoints, focused on the new filtered stream API as legacy streaming is deprecated. Works without deep React knowledge but integrates with event loops; easy migration from spatie/twitter-streaming-api.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| alexislefebvre/async-tweets-bundle | 0.85 | — | 0 | 5 | — | 0 | — | 4.5 | — | — | — | |
| spatie/twitter-streaming-api | 0.85 | Laravel-friendly PHP client for Twitter’s Streaming API. Keep an open HTTPS connection and react to tweets and user events in real time (no polling). Easily filter streams, listen for keywords/mentions, and handle incoming tweet payloads with callbacks. | 173 | 176 | 32 | 347 | 0 | 4.8 | 6.6 | MIT | 5 years ago | |
| redwebcreation/twitter-stream-api | 0.84 | Laravel-friendly PHP wrapper for Twitter’s Streaming API. Authenticate with OAuth and open filtered streams to receive tweets/events in real time, with simple configuration and callbacks for handling incoming data—ideal for building live feeds, monitors, and bots. | 32 | 32 | 9 | 216 | 2 | 6.2 | 12.1 | MIT | 3 years ago | |
| desarrolla2/twitter-client-bundle | 0.83 | Symfony bundle that integrates a Twitter client, providing services and configuration to call the Twitter API from your app. A lightweight wrapper to authenticate and perform common Twitter operations without wiring the client manually. | 1 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| desarrolla2/twitter-client | 0.83 | Independent PHP Twitter client for fetching a user’s tweets via RSS. Supports simple usage or optional caching through desarrolla2/cache and RSSClient. Install via Composer, set a screen name, and fetch recent tweets quickly. | 1 | 2 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| spatie/laravel-twitter-streaming-api | 0.83 | Laravel package to consume Twitter’s Streaming API. Easily listen to public streams for keywords/hashtags or user actions with a fluent API and callbacks, then start a long-running listener (e.g., via an Artisan command) to process incoming tweets in real time. | 205 | 209 | 23 | 112 | 0 | 21.2 | 2.9 | MIT | 3 months ago | |
| nicklaw5/twitch-api-php | 0.82 | PHP client library for the Twitch API. Includes easy methods for Helix and legacy endpoints, OAuth authentication flows, and request helpers to fetch streams, users, channels, videos, clips, and more. Useful for building Twitch integrations in PHP apps. | 116 | 118 | 48 | 3K | 5 | 3.3 | 1.1 | MIT | 2 years ago | |
| chaplean/slack-client-bundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dg/twitter-php | 0.82 | dg/twitter-php is a lightweight PHP library for the Twitter API, providing simple OAuth authentication and helpers for sending requests, posting tweets, and fetching timelines, user data, and more. Easy to integrate in Laravel or any PHP app. | 536 | 538 | 146 | 1K | 0 | 25.5 | 9.1 | BSD-3-Clause | 3 months ago | |
| spatie/twitter-oembed | 0.82 | Fetch Twitter (X) tweet embed HTML via the public oEmbed API—no developer account needed. Lightweight utility for turning tweet URLs into embeddable HTML for blogs, markdown, editors, or emails, without relying on Twitter’s heavy JavaScript widget. | 10 | 10 | 0 | 374 | 0 | 0.1 | 21.3 | MIT | — | |
| clue/buzz-react | 0.82 | Deprecated: migrated to react/http and kept for BC. Legacy async PSR-7 HTTP client for ReactPHP, promise-based, supports concurrent requests and streaming responses. Upgrade by switching namespaces to React\Http\Browser. | 350 | 353 | 38 | 8K | 1 | 11.7 | 20.5 | MIT | 5 years ago | |
| abraham/twitteroauth | 0.81 | TwitterOAuth is a widely used PHP library for Twitter’s OAuth REST API. It supports currently supported PHP versions and provides authenticated request handling for Twitter endpoints. In maintenance mode with no new features planned. | 4,305 | 4,342 | 1,684 | 188K | 5 | 60.2 | 28.2 | MIT | 4 months ago | |
| acts/social-api-bundle | 0.81 | Symfony bundle for consuming OAuth 1/2 REST APIs with a simple client and extensible method list. Includes ready-to-use helpers for Facebook and Twitter endpoints, making authenticated requests and handling API responses in your app. | 0 | 0 | 0 | 10 | 0 | 0.0 | 10.2 | NOASSERTION | — | |
| dario_swain/wall-poster-bundle | 0.81 | — | 15 | 15 | 5 | 0 | 1 | 0.3 | — | MIT | — | |
| clue/connection-manager-extra | 0.80 | Extra connector decorators for ReactPHP Socket. Wrap ConnectorInterface to add retries, timeouts, delays, rejection rules, swapping, consecutive/random selection, concurrency limits and selective routing—without changing your async connect() code. | 22 | 22 | 4 | 678 | 0 | 22.8 | 23.7 | MIT | 1 month ago | |
| php-standard-library/async | 0.80 | Fiber-based async primitives for PHP: structured concurrency with cooperative multitasking. Run tasks concurrently, manage lifecycles, cancellations, and scopes predictably. Part of PHP Standard Library; docs and guides at php-standard-library.dev. | 1 | 1 | 0 | 28K | 0 | 21.2 | 64.8 | MIT | 1 week ago | |
| spatie/url | 0.80 | Immutable URL parser/builder for PHP. Parse scheme, host, path and query, then fluently transform parts (withHost, withPath, withScheme) and manage query parameters. Supports allowed/sanitized schemes for safer URL handling. | 739 | 752 | 60 | 413K | 0 | 12.4 | 37.9 | MIT | 2 years ago | |
| spatie/once | 0.80 | A tiny PHP helper to run code only once per request. Cache expensive computations or object initialization in a single spot, keyed automatically by the call site. Great for computed properties, accessors, and avoiding duplicate work. | 1,438 | 1,444 | 61 | 264K | 0 | 24.2 | 33.9 | MIT | 6 months ago | |
| digitalstate/platform-twitter-bundle | 0.80 | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| spatie/laravel-dashboard-twitter-tile | 0.80 | Laravel Dashboard tile that shows recent Twitter mentions. Built for Spatie’s laravel-dashboard, with configurable polling and display so you can surface who’s talking about your brand right on your internal dashboard. | 3 | 4 | 3 | 16 | 0 | 2.5 | 9.7 | MIT | 2 years ago |
How can I help you explore Laravel packages today?