Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Notifier][Prelude] Add bridge#62801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
zairigimad wants to merge1 commit intosymfony:8.1
base:8.1
Choose a base branch
Loading
fromzairigimad:feat/prelude-notifier-sms

Conversation

@zairigimad
Copy link
Contributor

@zairigimadzairigimad commentedDec 17, 2025
edited
Loading

QA
Branch?8.1
Bug fix?no
New feature?yes
Deprecations?no
Recipesymfony/recipes#1502
IssuesFix#62802
LicenseMIT

This PR adds the support for Prelude Notification ( Prelude is a provider for OTP, Transactional SMS , and whatsapp messaging)

https://docs.prelude.so/introduction/welcome-to-prelude

@carsonbotcarsonbot added this to the8.1 milestoneDec 17, 2025
@OskarStarkOskarStark changed the title[Notifier] Add Prelude Notifier for SMS[Notifier][Prelude] Add bridgeDec 17, 2025
Copy link
Contributor

@OskarStarkOskarStark left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Leas update theUnsupportedSchemeException + you can prepare a recipe insymfony/recipes repository, thanks

zairigimad reacted with thumbs up emoji
@zairigimadzairigimadforce-pushed thefeat/prelude-notifier-sms branch fromac3aed7 to25486e5CompareDecember 17, 2025 13:43
@zairigimad
Copy link
ContributorAuthor

UnsupportedSchemeException

I did fix the majority of comments, for UnsupportedSchemeException what should i update ?

I will add the recipe asap

@zairigimadzairigimadforce-pushed thefeat/prelude-notifier-sms branch 7 times, most recently from73600f2 to3232eb7CompareDecember 17, 2025 15:26
@zairigimad
Copy link
ContributorAuthor

Leas update theUnsupportedSchemeException + you can prepare a recipe insymfony/recipes repository, thanks

recipe done

Copy link
Member

@nicolas-grekasnicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

cool, thanks for submitting!

8.1
---

* Add bridge

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
* Add bridge
* Add bridge

Comment on lines +24 to +28
"symfony/http-client": "^6.4|^7.0|^8.0",
"symfony/notifier": "^7.3|^8.0"
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0|^8.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
"symfony/http-client":"^6.4|^7.0|^8.0",
"symfony/notifier":"^7.3|^8.0"
},
"require-dev": {
"symfony/http-client":"^6.4|^7.0|^8.0"
"symfony/http-client":"^7.4|^8.0",
"symfony/notifier":"^7.4|^8.0"

<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.3/phpunit.xsd"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

11.3 now - please borrow from other bridges from branch 8.1

private readonly ?string $scheduleAt = null,
private readonly ?string $callbackUrl = null,
private readonly ?string $correlationId = null,
private readonly ?string $preferredChannel = null,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We have quite some inconsistency in the way the various bridges define their options class.
The proposed one is very unlike the majority (eg things started with an $options argument and setters/getter without set/get prefixes.)
It's a bit inconsistent already, but let's define how we want to improve consistency? /cc@OskarStark

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

@OskarStarkOskarStarkAwaiting requested review from OskarStarkOskarStark is a code owner

Assignees

No one assigned

Projects

None yet

Milestone

8.1

Development

Successfully merging this pull request may close these issues.

[Notifier] Add Prelude Provider Bridge

4 participants

@zairigimad@nicolas-grekas@OskarStark@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp