Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Promises Laravel Package

guzzlehttp/promises

Iterative promise chaining for infinite async operations with Guzzle HTTP. Supports Promises/A+ compliance, coroutine-style await via Coroutine::of(), and synchronous wait() method. Cancel promises mid-execution and handle rejection/fulfillment callbacks cleanly. Works with any object with a then()...

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
1pilotapp/symfony-client 1Pilot Symfony Client integrates your Symfony app with the 1Pilot dashboard for centralized monitoring and management. Track uptime and SSL, detect config and server changes, manage Composer packages, and receive alerts via email, Slack, or Discord. 7 7 1 13 0 2.5 5.8 MIT 2 years ago
View on GitHub
Context7
answear/inpost-pickup-point-bundle 0 0 0 264 0 22.6 39.3 MIT 2 weeks ago
View on GitHub
Context7
aws/aws-sdk-php AWS SDK for PHP v3 provides a complete client library for Amazon Web Services (S3, DynamoDB, Glacier, and more). Install via Composer, authenticate with AWS credentials, and use service clients to build robust PHP apps with AWS APIs. 6,184 6,337 1,245 10M 13 80.2 63.0 Apache-2.0 1 week ago
View on GitHub
Deep Wiki
Context7
brawcks/geoname-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
brianfreytag/ultipro-sdk-php Unofficial PHP SDK for UKG/Ultipro REST API. Provides an UltiproClient plus Configuration and Personnel clients, supports auth via object or array, configurable base URI, and Guzzle options. Includes endpoints like org levels, person/employment details, and ID lookup. 2 3 0 107 0 14.6 23.3 MIT 6 months ago
View on GitHub
Context7
cloudinary/cloudinary_php Official Cloudinary PHP SDK for uploading and managing images/videos, applying transformations, optimizing delivery, and working with URLs and resources. Supports signed requests, authentication, and integration with Cloudinary’s API for media workflows. 398 409 151 271K 4 34.9 46.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
code-rhapsodie/ibexa-dataflow-bundle Integrates Code Rhapsodie Dataflow Bundle into Ibexa 4.0+ to manage content imports from external sources. Provides a backoffice UI to create and schedule dataflow processes (one-off or recurring) with per-type options. 1 1 1 387 0 23.8 36.7 MIT 3 weeks ago
View on GitHub
Context7
contao/contao 426 428 172 31 358 27.3 26.6 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 56 19K 0 2.3 30.3 LGPL-3.0
View on GitHub
Context7
dbp/relay-esign-bundle 1 1 0 364 2 0.4 31.2 AGPL-3.0
View on GitHub
Context7
deeep/service-client-bundle 1 1 1 101 0 14.0 26.5 BSD-3-Clause 3 months ago
View on GitHub
Context7
dmitry-ivanov/dark-sky-api 69 70 5 122 0 1.3 4.3 MIT 4 years ago
View on GitHub
Context7
drewroberts/media 5 6 5 342 13 20.6 30.4 MIT 7 months ago
View on GitHub
Context7
dunglas/digital-ocean-bundle 31 31 5 137 0 21.0 11.7 MIT 2 weeks ago
View on GitHub
Context7
eightpoints/guzzle-bundle 445 459 70 138K 15 28.0 42.6 MIT 5 months ago
View on GitHub
Context7
flix-tech/avro-serde-php PHP library for serializing/deserializing Apache Avro with Schema Registry support. Built for Kafka-style messaging, it handles Avro binary encoding, schema resolution, and compatibility, providing a straightforward SerDe layer you can use in your own producers/consumers. 67 68 40 66K 15 6.3 6.4 MIT 1 year ago
View on GitHub
Context7
flix-tech/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and higher-level synchronous/asynchronous APIs, with optional caching and Avro support via flix-tech/avro-php for easier schema management. 48 48 27 70K 11 11.0 48.2 MIT 2 years ago
View on GitHub
Context7
google/auth Official Google Auth library for PHP. Implements OAuth 2.0 and Application Default Credentials (ADC) to authenticate and authorize requests to Google APIs. Designed for Composer installs and use across local, server, and Google Cloud environments. 1,396 1,439 194 7M 12 42.3 63.7 Apache-2.0 2 months ago
View on GitHub
Context7
google/cloud-core Core infrastructure library for Google Cloud PHP clients. Provides shared components like authentication, retries, request handling, and utilities used across Google Cloud service packages. Not intended for direct use; typically installed as a dependency. 343 346 21 4M 0 31.4 64.6 Apache-2.0 3 weeks ago
View on GitHub
Context7
google/gax Google API Core for PHP (gax-php) provides shared components used by generated Google Cloud API clients, including gRPC-based call handling, retries, timeouts, and page streaming. Designed for PHP 8.1+ and Google API conventions; most users won’t call it directly. 266 268 60 4M 2 33.4 66.7 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
graze/guzzle-jsonrpc Abandoned JSON-RPC 2.0 client for Guzzle. Supports Guzzle 6/5/4/3 via branches, with helpers to build notifications, requests, and batch calls. Provides sync and async sending using Guzzle Promises. Consider forking for maintenance. 93 98 58 12K 2 3.6 30.5 MIT 8 years ago
View on GitHub
Context7
guzzlehttp/command Build higher-level web service clients on top of Guzzle by modeling operations as Commands and responses as Results. Includes a generic ServiceClient plus command middleware to map commands to PSR-7 requests and responses to structured results. 115 118 21 164K 0 24.1 50.9 MIT 2 weeks ago
View on GitHub
Context7
guzzlehttp/guzzle Guzzle is a PHP HTTP client for sending sync or async requests with an easy API. Built on PSR-7 and PSR-18, supports middleware, cookies, streaming uploads/downloads, and JSON. Transport-agnostic for flexible integrations. 23,444 24,291 2,386 17M 2 71.0 47.4 MIT 1 week ago
View on GitHub
Context7
guzzlehttp/guzzle-services Guzzle Services adds a command layer on top of Guzzle using service descriptions to define operations, serialize requests, and parse responses into convenient model structures. Build typed clients from descriptions, call operations as methods, and get structured results. 254 256 80 158K 0 28.9 45.2 MIT 2 weeks ago
View on GitHub
Context7
guzzlehttp/test-server 13 13 2 29K 0 22.1 53.9 MIT 1 week ago
View on GitHub
Context7
kevinrob/guzzle-cache-middleware RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. 434 438 79 361K 20 35.4 53.5 MIT 2 months ago
View on GitHub
Context7
kreait/firebase-php Unofficial Firebase Admin SDK for PHP. Manage authentication, users, custom tokens, and verify ID tokens; send Cloud Messaging notifications; work with Realtime Database, Cloud Storage, and Remote Config. Built on Google APIs with Laravel-friendly support. 2,437 2,454 451 1M 15 54.1 49.1 MIT 3 months ago
View on GitHub
Context7
laravel/framework Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. 34,735 35,215 11,892 10M 58 94.9 70.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/nightwatch Official Laravel Nightwatch package. Collects application metrics and performance data from your Laravel app and securely sends it to the hosted Nightwatch monitoring platform for deep, Laravel-optimized insights and observability. 354 353 74 1M 0 36.2 57.5 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/pulse Laravel Pulse is a real-time performance monitoring tool and dashboard for Laravel apps. Track key runtime metrics, identify slow requests and bottlenecks, and keep tabs on application health in production with minimal setup. 1,689 1,687 212 928K 3 42.0 46.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
laravel/vapor-core Core runtime and service providers that power Laravel Vapor deployments on AWS Lambda. Helps Laravel apps run smoothly in serverless environments, integrating with SQS, databases, Redis, networking, CloudFront, and other AWS services used by Vapor. 413 414 153 413K 0 35.5 48.5 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
mateusjunges/avro-serde-php PHP 7.3+/8 Avro serializer/deserializer implementing Confluent wire format with Schema Registry integration. Supports schema evolution via Confluent compatibility policies and works with FlixTech’s schema-registry-php-client (recommended with caching). 1 1 0 146K 0 0.6 55.3 MIT 1 year ago
View on GitHub
Context7
mateusjunges/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Offers low-level PSR-7 request builders plus high-level async/sync abstractions, with optional caching support. Built on Guzzle and Avro PHP for schema handling. 1 1 1 147K 0 19.0 64.2 MIT 1 month ago
View on GitHub
Context7
nikservik/simple-support 1 1 0 0 0 0.0
View on GitHub
Context7
phing/phing Phing is a PHP build tool based on Apache Ant. Define XML build files to automate testing (PHPUnit), packaging, deployments, file transforms, filesystem tasks, SQL, SCM ops (Git/SVN/Hg), and docs generation. Extensible via custom PHP tasks. 1,167 1,203 320 260K 5 40.1 41.2 LGPL-3.0 4 months ago
View on GitHub
Context7
plank/laravel-mediable 825 833 109 39K 6 34.9 29.1 MIT 2 months ago
View on GitHub
Context7
roberts/laravel-singledb-tenancy 0 0 0 48 1 18.7 27.0 MIT 1 month ago
View on GitHub
Context7
roberts/support 0 0 0 48 1 18.6 27.0 MIT 1 month ago
View on GitHub
Context7
saloonphp/saloon Saloon is a PHP HTTP client framework for building API integrations. Define connectors and requests, handle authentication, retries, and responses, and test easily with fakes and mocking. Works great in Laravel or any PHP app. 2,411 2,398 121 764K 13 45.9 47.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
sentry/sentry Official Sentry SDK for PHP. Capture exceptions and errors, send rich context to Sentry, and get alerts to help prioritize and fix issues faster. Install via Composer, initialize with your DSN, and start reporting in minutes. 1,908 1,931 470 6M 17 59.5 65.9 MIT 1 month ago
View on GitHub
Context7
socialblue/laravel-query-adviser 20 20 1 136 0 9.5 12.8 MIT 2 years ago
View on GitHub
Context7
spatie/http-status-check CLI tool to crawl a website and report HTTP status codes for every link. Scan internal and optionally external URLs, control concurrency for speed, and export failing (non-2xx/3xx) links to a file for quick auditing. 599 601 87 91 0 6.1 0.8 MIT 2 years ago
View on GitHub
Context7
sulu/sulu Sulu is an extensible open-source PHP CMS built on Symfony, designed for robust multilingual, multi-portal websites. It provides an intuitive admin interface to manage the full content lifecycle and serves as the core framework dependency for Sulu projects. 1,333 1,333 357 20K 493 66.9 49.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
typo3/cms-install TYPO3 CMS Install tool and installation framework package. Provides the installer, upgrade wizards, environment checks, and setup utilities used to bootstrap and maintain a TYPO3 instance, including configuration, database setup, and system status diagnostics. 18 18 3 250K 0 0.2 55.3 GPL-2.0
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope