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

Polyfill Symfony Event Dispatcher Laravel Package

sylius-labs/polyfill-symfony-event-dispatcher

Symfony EventDispatcher Polyfill for projects that need compatible event dispatching without depending on a specific Symfony EventDispatcher version. Useful for libraries and apps supporting multiple Symfony versions or minimizing hard dependencies.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
bodaclick/async-event-dispatcher 0.84 Async event dispatcher for PHP inspired by Symfony. Add one or more drivers (listeners) and dispatch AsyncEventInterface events using a fire-and-forget pub/sub style. Includes RabbitMQ and file drivers, with an easy interface for custom drivers. 0 4 0 0.2
View on GitHub
Context7
symfony/event-dispatcher-contracts 0.84 Defines lightweight, version-stable contracts for Symfony’s EventDispatcher: interfaces and abstractions shared across components. Use it to type-hint and build compatible event dispatching integrations with proven Symfony semantics without pulling full implementations. 3,421 3,421 3 17M 0 38.4 60.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
psr/event-dispatcher 0.82 PSR-14 interfaces for event dispatching in PHP. Defines standard contracts for dispatchers, listeners, and providers to enable interoperability between frameworks and libraries. Not an implementation—use a compatible PSR-14 dispatcher package. 2,290 2,296 23 15M 0 12.3 52.7 MIT
View on GitHub
Context7
acassan/dispatcher-bundle 0.82 acassan/dispatcher-bundle provides a small dispatcher bundle for Laravel/PHP projects, packaging dispatcher-related wiring and configuration so you can register and use a dispatcher in your application with minimal setup. 0 0 0 0 0 0.0 GPL-2.0
View on GitHub
Context7
enqueue/async-event-dispatcher 0.82 Symfony EventDispatcher extension that dispatches events asynchronously by sending them to a message queue, enabling background processing and improved responsiveness. Part of the Enqueue ecosystem; integrates with Symfony apps and supports MQ-driven event handling. 69 69 7 12K 0 1.2 30.9 MIT 8 years ago
View on GitHub
Context7
psr-discovery/event-dispatcher-implementations 0.81 Discovers installed PSR-14 event dispatcher implementations (Symfony, League, Yiisoft, etc.) at runtime and returns the first available instance. Ideal for libraries/SDKs to support PSR-14 without hard dependencies or user configuration. 7 7 1 455K 0 1.3 55.3 MIT 1 year ago
View on GitHub
Context7
symfony/polyfill-php73 0.81 Symfony Polyfill for PHP 7.3: provides fallback implementations of core features for older PHP versions, including array_key_first/last, hrtime, is_countable, and JsonException, ensuring consistent behavior across environments. 2,384 2,387 6 6M 0 28.3 53.4 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php80 0.81 Backport of PHP 8.0 core features for older runtimes. Adds Stringable, fdiv, ValueError/UnhandledMatchError, FILTER_VALIDATE_BOOL, get_debug_type, PhpToken, preg_last_error_msg, str_contains/starts_with/ends_with, and get_resource_id. 1,732 1,738 26 16M 0 26.6 62.7 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php83 0.81 Symfony Polyfill for PHP 8.3 features on older runtimes. Provides json_validate, Override attribute, mb_str_pad, str_increment/str_decrement, Date* exceptions, SQLite3Exception, and updated ldap/stream context APIs. 432 433 6 13M 0 22.6 64.1 MIT 1 month ago
View on GitHub
Context7
symfony/polyfill-php86 0.81 Symfony Polyfill Php86 brings upcoming PHP 8.6 features to older runtimes. Includes the clamp() function, ARRAY_FILTER_USE_VALUE constant, and the SortDirection enum. Ideal for forward-compatible code while staying on PHP 8.x. 6 6 0 5M 0 19.1 63.8 MIT 1 month ago
View on GitHub
Context7
symfony/remote-event 0.81 Symfony RemoteEvent helps your app receive, validate, and handle remote events (like webhooks) in a consistent way. It provides tooling to parse payloads, verify signatures, map to event objects, and process them through Symfony’s event/HTTP workflows. 29 29 0 215K 0 28.4 61.6 MIT 1 month ago
View on GitHub
Context7
ashleydawson/domain-event-dispatcher-bundle 0.81 1 1 0 0 0 0.9 9 years ago
View on GitHub
Context7
desarrolla2/async-event-dispatcher-bundle 0.81 0 0 0 263 0 0.0 23.8
View on GitHub
Context7
sylius-labs/polyfill-symfony-framework-bundle 0.80 PolyfillSymfonyFrameworkBundle provides a lightweight polyfill for Symfony’s FrameworkBundle, helping apps and libraries run when the full FrameworkBundle isn’t available. Useful for compatibility across Symfony versions and reduced dependencies. 13 13 5 59K 0 0.8 50.0 3 years ago
View on GitHub
Context7
symfony/polyfill-php81 0.79 Symfony Polyfill for PHP 8.1 features on older runtimes. Adds array_is_list, enum_exists, MYSQLI_REFRESH_REPLICA, ReturnTypeWillChange, and CURLStringFile (PHP 7.4+). Drop-in Composer dependency for wider compatibility. 885 886 7 9M 0 24.2 63.8 MIT 1 month ago
View on GitHub
Context7
symfony/event-dispatcher 0.79 Symfony EventDispatcher lets application parts communicate via dispatched events and listeners/subscribers. It provides a flexible event system for decoupled architecture, supporting priority-based listeners and a consistent dispatching API for PHP apps. 8,542 8,588 66 18M 0 59.4 53.7 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
phpunitgoodpractices/polyfill 0.79 Polyfill library for PHPUnit best practices, providing compatibility helpers and shims to keep test suites consistent across PHPUnit versions. Useful for package maintainers aiming for cleaner, more portable tests without forcing specific PHPUnit upgrades. 11 11 1 5K 6 2.1 26.1 MIT 3 years ago
View on GitHub
Context7
asaliev/symfony-yii2-bridge 0.78 0 0 0 0 0 0.9 MIT 1 year ago
View on GitHub
Context7
symfony/polyfill-php85 0.77 Symfony Polyfill for PHP 8.5 features on older runtimes. Adds get_error_handler/get_exception_handler, NoDiscard attribute, array_first/array_last, DelayedTargetValidation, Filter exceptions, and locale_is_right_to_left. MIT licensed. 51 52 2 12M 0 19.9 63.9 MIT 1 month ago
View on GitHub
Context7
sylius-labs/polyfill-symfony-security 0.77 PolyfillSymfonySecurity provides compatibility shims for Symfony Security, helping apps and libraries bridge differences across Symfony versions. Useful when supporting multiple Symfony releases without changing your codebase or adding hard dependencies. 13 13 4 60K 0 1.1 50.2 3 years ago
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.
bugban/symfony
beyonder-capi/workflow-extensions-bundle
beyonder-capi/job-queue-bundle
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin