spatie/laravel-twitter-streaming-api
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spatie/twitter-streaming-api | 0.88 | 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.88 | 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 | |
| spatie/twitter-labs | 0.85 | 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. | 40 | 40 | 6 | 0 | 0 | 1.6 | — | MIT | 6 years ago | |
| spatie/laravel-feed | 0.85 | Generate RSS, Atom, and JSON feeds for your Laravel app with minimal code. Install, register Route::feeds(), configure your feed items, and serve standards-compliant feeds from your application quickly and easily. | 0 | 988 | — | 87K | — | 31.8 | 30.2 | — | — | |
| spatie/laravel-dashboard-twitter-tile | 0.85 | 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 | |
| alexislefebvre/async-tweets-bundle | 0.83 | — | 0 | 5 | — | 0 | — | 4.5 | — | — | — | |
| 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/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 | — | |
| desarrolla2/twitter-client-bundle | 0.82 | 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 | — | — | — | |
| 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 | |
| symfony/json-streamer | 0.82 | Stream JSON efficiently with Symfony JsonStreamer. Read and write large JSON structures incrementally from streams to reduce memory usage, with powerful helpers for streaming serialization/deserialization and handling big payloads in real time. | 15 | 14 | 1 | 63K | 0 | 28.8 | 58.3 | MIT | 2 weeks ago | |
| 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 | |
| centric/centric-livestreaming | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| spatie/laravel-mailcoach-sdk | 0.82 | Laravel SDK for the Mailcoach API (self-hosted v6+ and Mailcoach Cloud). Manage email lists, subscribers and campaigns, create and send campaigns, send test emails, and easily iterate paginated API resources with next(). | 41 | 41 | 10 | 22K | 0 | 19.4 | 43.2 | MIT | 2 months ago | |
| jstewmc/stream | 0.81 | jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. | 5 | 5 | 0 | 8K | 0 | 0.0 | — | MIT | — | |
| 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 | — | |
| spatie/laravel-data | 0.81 | Create rich, typed data objects for Laravel that replace form requests and API transformers. Automatically map from requests, validate with inferred rules, transform to resources (with lazy/partial fields), and generate TypeScript definitions from the same source. | 1,757 | 1,760 | 282 | 2M | 3 | 47.5 | 49.2 | MIT | 4 weeks ago | |
| desarrolla2/rss-client | 0.80 | Deprecated RSS/Atom feed fetcher (will not be updated; migrate to FastFeed). Simple, fast RSS2.0/Atom1.0 client: add multiple feed URLs under a group name and fetch entries, with optional caching via desarrolla2/cache adapters. | 32 | 38 | 17 | 18 | 0 | 0.7 | 2.6 | MIT | — | |
| spatie/laravel-slack-alerts | 0.80 | Send Slack alerts from Laravel in one line. Configure a Slack Incoming Webhook via env or config, then dispatch messages through a queued job so your app won’t fail if Slack is unavailable. Great for notifying you about noteworthy events. | 326 | 328 | 42 | 155K | 0 | 25.5 | 42.1 | MIT | 2 months ago | |
| spatie/last-fm-now-playing | 0.80 | Fetch the currently playing track for any Last.fm user. Provide your API key and username to retrieve artist, album, track name, artwork, and track URL, or false if nothing is playing. Throws BadResponse on errors. | 44 | 46 | 9 | 81 | 0 | 2.6 | 6.2 | MIT | 5 years ago |
How can I help you explore Laravel packages today?