repo stringlengths 7 63 | file_url stringlengths 81 284 | file_path stringlengths 5 200 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 7
values | commit_sha stringlengths 40 40 | retrieved_at stringdate 2026-01-04 15:02:33 2026-01-05 05:24:06 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Provider/NullProvider.php | src/Symfony/Component/Translation/Provider/NullProvider.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Provider;
use Symfony\Component\Translati... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Provider/Dsn.php | src/Symfony/Component/Translation/Provider/Dsn.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Provider;
use Symfony\Component\Translati... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php | src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Provider;
use Symfony\Component\Translati... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Provider/ProviderInterface.php | src/Symfony/Component/Translation/Provider/ProviderInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Provider;
use Symfony\Component\Translati... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Provider/FilteringProvider.php | src/Symfony/Component/Translation/Provider/FilteringProvider.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Provider;
use Symfony\Component\Translati... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Command/TranslationPullCommand.php | src/Symfony/Component/Translation/Command/TranslationPullCommand.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Command;
use Symfony\Component\Console\At... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Command/XliffLintCommand.php | src/Symfony/Component/Translation/Command/XliffLintCommand.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Command;
use Symfony\Component\Console\At... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Command/TranslationLintCommand.php | src/Symfony/Component/Translation/Command/TranslationLintCommand.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Command;
use Symfony\Component\Console\At... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Command/TranslationTrait.php | src/Symfony/Component/Translation/Command/TranslationTrait.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Command;
use Symfony\Component\Translatio... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Translation/Command/TranslationPushCommand.php | src/Symfony/Component/Translation/Command/TranslationPushCommand.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Translation\Command;
use Symfony\Component\Console\At... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/SentMessage.php | src/Symfony/Component/Mailer/SentMessage.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Symfony\Component\Mime\Message;
use Symfo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/MailerInterface.php | src/Symfony/Component/Mailer/MailerInterface.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Symfony\Component\Mailer\Exception\Transp... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Transport.php | src/Symfony/Component/Mailer/Transport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Psr\EventDispatcher\EventDispatcherInterf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/DelayedEnvelope.php | src/Symfony/Component/Mailer/DelayedEnvelope.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Symfony\Component\Mailer\Exception\LogicE... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Mailer.php | src/Symfony/Component/Mailer/Mailer.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Psr\EventDispatcher\EventDispatcherInterf... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Envelope.php | src/Symfony/Component/Mailer/Envelope.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer;
use Symfony\Component\Mailer\Exception\Invali... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Event/MessageEvents.php | src/Symfony/Component/Mailer/Event/MessageEvents.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Event;
use Symfony\Component\Mime\RawMessage;
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Event/SentMessageEvent.php | src/Symfony/Component/Mailer/Event/SentMessageEvent.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Event;
use Symfony\Component\Mailer\SentMessag... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Event/MessageEvent.php | src/Symfony/Component/Mailer/Event/MessageEvent.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Event;
use Symfony\Component\Mailer\Envelope;
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Event/FailedMessageEvent.php | src/Symfony/Component/Mailer/Event/FailedMessageEvent.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Event;
use Symfony\Component\Mime\RawMessage;
... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Test/AbstractTransportFactoryTestCase.php | src/Symfony/Component/Mailer/Test/AbstractTransportFactoryTestCase.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Test;
use PHPUnit\Framework\Attributes\DataPro... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Test/IncompleteDsnTestTrait.php | src/Symfony/Component/Mailer/Test/IncompleteDsnTestTrait.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Test;
use PHPUnit\Framework\Attributes\DataPro... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php | src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Test\Constraint;
use PHPUnit\Framework\Constra... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php | src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Test\Constraint;
use PHPUnit\Framework\Constra... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/RemoteEvent/MailerSendPayloadConverter.php | src/Symfony/Component/Mailer/Bridge/MailerSend/RemoteEvent/MailerSendPayloadConverter.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\RemoteEvent;
use Symfony\Com... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Transport;
use Psr\EventDisp... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Transport;
use Symfony\Compo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Transport;
use Psr\EventDisp... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Webhook/MailerSendRequestParser.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Webhook/MailerSendRequestParser.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Webhook;
use Symfony\Compone... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Transport;
use PHPUnit... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Transport;
use Psr\Log... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Webhook;
use Symfony\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendWrongSecretRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendWrongSecretRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Webhook;
use Symfony\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendSignedRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendSignedRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Webhook;
use Symfony\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendMissingSignatureRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/MailerSendMissingSignatureRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MailerSend\Tests\Webhook;
use Symfony\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/spam_complaint.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/spam_complaint.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::SPAM, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$w... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/sent.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/sent.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::RECEIVED, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$wh-... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/clicked.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/clicked.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::CLICK, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/opened_unique.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/opened_unique.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$w... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/hard_bounced.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/hard_bounced.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::BOUNCE, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$wh->s... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/opened.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/opened.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$w... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/unsubscribed.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/unsubscribed.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::UNSUBSCRIBE, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/delivered.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/delivered.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DELIVERED, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$wh... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/clicked_unique.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/clicked_unique.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::CLICK, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/soft_bounced.php | src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Webhook/Fixtures/soft_bounced.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::BOUNCE, '62fb66bef54a112e920b5493', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('test@example.com');
$wh->setTags(["test-tag"]);
$wh->s... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/RemoteEvent/MailomatPayloadConverter.php | src/Symfony/Component/Mailer/Bridge/Mailomat/RemoteEvent/MailomatPayloadConverter.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\RemoteEvent;
use Symfony\Compo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatApiTransport.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatApiTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Transport;
use Psr\EventDispat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatTransportFactory.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatTransportFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Transport;
use Symfony\Compone... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatSmtpTransport.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Transport/MailomatSmtpTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Transport;
use Psr\EventDispat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Webhook/MailomatRequestParser.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Webhook/MailomatRequestParser.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Webhook;
use Symfony\Component... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatApiTransportTest.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatApiTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Tests\Transport;
use PHPUnit\F... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatTransportFactoryTest.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Transport/MailomatTransportFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Tests\Transport;
use Psr\Log\N... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/MailomatRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/MailomatRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Mailomat\Tests\Webhook;
use Symfony\Com... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/clicked.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/clicked.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::CLICK, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('to@mailomat.swiss');
$wh->setDate(Dat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/accepted.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/accepted.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::RECEIVED, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('to@mailomat.swiss');
$wh->setDate(DateTi... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/opened.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/opened.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('to@mailomat.swiss');
$wh->setDate(Date... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/not_accepted.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/not_accepted.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DROPPED, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('to@mailomat.swiss');
$wh->setDate(DateTim... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/delivered.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/delivered.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DELIVERED, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('to@mailomat.swiss');
$wh->setDate(DateT... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/failure_perm.php | src/Symfony/Component/Mailer/Bridge/Mailomat/Tests/Webhook/Fixtures/failure_perm.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::BOUNCE, '29e785c1-dd0c-4efc-9d41-909d4109769f', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true));
$wh->setRecipientEmail('non-existent@mailomat.swiss');
$wh->setDat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/TokenManager.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/TokenManager.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph;
use Symfony\Component\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphTransportFactory.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphTransportFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Transport;
use Symfony\C... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphApiTransport.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Transport/MicrosoftGraphApiTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Transport;
use Psr\Event... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/TokenManagerMock.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/TokenManagerMock.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Tests;
use Symfony\Compo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/TokenManagerTest.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/TokenManagerTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Tests;
use PHPUnit\Frame... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/Transport/MicrosoftGraphApiTransportTest.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/Transport/MicrosoftGraphApiTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Tests\Transport;
use PHP... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/Transport/MicrosoftGraphTransportFactoryTest.php | src/Symfony/Component/Mailer/Bridge/MicrosoftGraph/Tests/Transport/MicrosoftGraphTransportFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\MicrosoftGraph\Tests\Transport;
use PHP... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php | src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\RemoteEvent;
use Symfony\Componen... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php | src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Transport;
use Psr\EventDispatche... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php | src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Transport;
use Symfony\Component\... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php | src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Transport;
use Psr\EventDispatche... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php | src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Webhook;
use Symfony\Component\Ht... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Tests\Transport;
use PHPUnit\Fram... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Tests\Transport;
use Psr\Log\Null... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Brevo\Tests\Webhook;
use Symfony\Compon... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request_without_tags.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request_without_tags.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::RECEIVED, '<202305311313.92192897094@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('e... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/proxy_open.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/proxy_open.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '<201798300811.5787683@relay.domain.com>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('example... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unique_opened.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unique_opened.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '<202305311447.66548003588@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail(... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/soft_bounce.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/soft_bounce.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::BOUNCE, '<201798300811.5787683@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('example... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/hard_bounce.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/hard_bounce.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::BOUNCE, '<202305311437.85220493321@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('exa... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::RECEIVED, '<202305311313.92192897094@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('e... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/defered.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/defered.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DEFERRED, '<202305311400.29297141656@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('e... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/opened.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/opened.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::OPEN, '<202305311408.17112967225@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail(... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/blocked.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/blocked.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DROPPED, '<202305311400.29297141656@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('ex... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/invalid_email.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/invalid_email.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DROPPED, '<201798300811.5787683@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('exampl... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/click.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/click.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::CLICK, '<202305311408.17112967225@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unsubscribed.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unsubscribed.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::UNSUBSCRIBE, '<202305311328.81899448177@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipien... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/delivered.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/delivered.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DELIVERED, '<202305311328.81899448177@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/complaint.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/complaint.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerEngagementEvent;
$wh = new MailerEngagementEvent(MailerEngagementEvent::SPAM, '<201798300811.5787683@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('exa... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/error.php | src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/error.php | <?php
use Symfony\Component\RemoteEvent\Event\Mailer\MailerDeliveryEvent;
$wh = new MailerDeliveryEvent(MailerDeliveryEvent::DROPPED, '<201798300811.5787683@smtp-relay.mailin.fr>', json_decode(file_get_contents(str_replace('.php', '.json', __FILE__)), true, flags: JSON_THROW_ON_ERROR));
$wh->setRecipientEmail('exampl... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Event/PostmarkDeliveryEvent.php | src/Symfony/Component/Mailer/Bridge/Postmark/Event/PostmarkDeliveryEvent.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Event;
use Symfony\Component\M... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php | src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\RemoteEvent;
use Symfony\Compo... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Transport;
use Psr\EventDispat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php | src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Transport;
use Symfony\Compone... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php | src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Transport;
use Symfony\Compone... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php | src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Transport;
use Psr\EventDispat... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php | src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Webhook;
use Symfony\Component... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php | src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Tests\Transport;
use PHPUnit\F... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php | src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Tests\Transport;
use Psr\Log\N... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkSmtpTransportTest.php | src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkSmtpTransportTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Tests\Transport;
use PHPUnit\F... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
symfony/symfony | https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.php | src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.php | <?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Mailer\Bridge\Postmark\Tests\Webhook;
use Symfony\Com... | php | MIT | 9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8 | 2026-01-04T15:02:34.231510Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.