Libraries tagged by subscribers
maispace/mai-account
0 Downloads
Frontend user extension providing login, registration, MFA, and full profile management including interests and reminders. Extends the TYPO3 core `felogin` plugin with MFA, registration, and profile features. Newsletter opt-in is a UI entry point only — subscriber records are owned by `mai_newsletter`.
mailgreet/mailgreet-laravel
0 Downloads
Official MailGreet SDK for Laravel — send transactional emails, manage subscribers, and use as a native Laravel mailer
lukaschel/pimcore-devkit
100 Downloads
PimcoreDevkitBundle bundle to generate, bundles, controllers, event subscribers, areabricks ...
kmak/pushit
21 Downloads
Laravel push notification manager. Full backend management of subscriptions and notification sending to subscribers.
kikwik/command-blameable-bundle
25 Downloads
Subscriber for gedmo/doctrine-extension Blameable that set the actual command name in the createdBy and updatedBy fields
justinholtweb/craft-schedulr
1 Downloads
Scheduled notifications for Craft — web push, email and on-site, written once and delivered on a schedule, in a segment, or in each subscriber's own time zone.
jegex/sendmail
0 Downloads
Modern self-hosted email marketing core: campaigns, subscribers, tags, templates and multi-provider email sending for Laravel.
jeffersongoncalves/laravel-convertkit
1 Downloads
PHP/Laravel client for the ConvertKit REST API v3: subscribers, forms, sequences, tags and broadcasts.
jdr/event-recorder-doctrine-bridge
36 Downloads
Subscriber for doctrine to collect any recorded events
jag/laravel-contracts-google-pubsub
22 Downloads
Complementary contracts for jag/laravel-broadcaster-google-pubsub and jag/laravel-subscriber-google-pubsub
gilsegura/psr-messages-bundle
6 Downloads
Symfony integration for gilsegura/psr-messages: registers the parsers, schema resolver, response factories and PSR-15 middlewares as services, wires the SymfonyPSR bridge, and adds a #[Pipeline] attribute plus an exception subscriber for JSON:API error responses.
gigi/event-request-response
38 Downloads
Allows to publish messages and getting response from each subscriber
entanet/pub-sub-laravel
197 Downloads
Wrapper for laravel events so that an event can be published without using a listener and a subscriber command
eboosttech/magento2-stock-alert
31 Downloads
View subscribers for out of stock notifications
drupal-eca-recipe/eca_lib_0052
1 Downloads
Intercepts every chat request that leaves the site through the AI module's provider proxy and sends the ones made on behalf of anonymous visitors to a cheaper provider and model, while a request made for an account keeps whatever the calling code chose. Nothing in the model calls an AI provider: it listens to the "AI request: before provider call" event that the ai_eca_interceptor submodule of AI Integration - ECA exposes, so it governs calls made by AI Assistants, automators, agents and custom code alike without owning any of them. The reroute is recorded as intent and executed by a subscriber that runs last, and it fails open - if the target provider throws, the originally chosen one answers instead. Requires the AI module at 1.4 or newer, and the provider and model ids in the reroute action have to be changed to a target configured on your site.