Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
vendor /
symfony /
notifier /
Delete
Unzip
Name
Size
Permission
Date
Action
Channel
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
DataCollector
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Event
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
EventListener
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Exception
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
FlashMessage
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Message
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Messenger
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Notification
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Recipient
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Test
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
Transport
[ DIR ]
drwxrwxr-x
2026-08-17 03:12
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
CHANGELOG.md
2.6
KB
-rwxrwxr-x
2026-02-18 07:27
Chatter.php
1.6
KB
-rwxrwxr-x
2026-02-18 07:27
ChatterInterface.php
546
B
-rwxrwxr-x
2026-02-18 07:27
LICENSE
1.04
KB
-rwxrwxr-x
2026-02-18 07:27
Notifier.php
4.12
KB
-rwxrwxr-x
2026-02-18 07:27
NotifierInterface.php
622
B
-rwxrwxr-x
2026-02-18 07:27
README.md
594
B
-rwxrwxr-x
2026-02-18 07:27
Texter.php
1.6
KB
-rwxrwxr-x
2026-02-18 07:27
TexterInterface.php
544
B
-rwxrwxr-x
2026-02-18 07:27
Transport.php
7.5
KB
-rwxrwxr-x
2026-02-18 07:27
composer.json
1.27
KB
-rwxrwxr-x
2026-02-18 07:27
Save
Rename
CHANGELOG ========= 6.3 --- * Introduce `FromNotificationInterface` for `MessageInterface` implementations 6.2 --- * Add PHPUnit constraints * Add `from` property in `SmsMessage` 6.1 --- * Use importance level to set flash message type 5.4.21 ------ * [BC BREAK] The following data providers for `TransportTestCase` are now static: `toStringProvider()`, `supportedMessagesProvider()` and `unsupportedMessagesProvider()` * [BC BREAK] `TransportTestCase::createTransport()` is now static 5.4 --- * Add `SentMessageEvent` and `FailedMessageEvent` * Add `push` channel 5.3 --- * The component is not marked as `@experimental` anymore * [BC BREAK] Change signature of `Dsn::__construct()` method from: `public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [], ?string $path = null)` to: `public function __construct(string $dsn)` * [BC BREAK] Remove `Dsn::fromString()` method * [BC BREAK] Changed the return type of `AbstractTransportFactory::getEndpoint()` from `?string` to `string` * Added `DSN::getRequiredOption` method which throws a new `MissingRequiredOptionException`. 5.2.0 ----- * [BC BREAK] The `TransportInterface::send()` and `AbstractTransport::doSend()` methods changed to return a `?SentMessage` instance instead of `void`. * The `EmailRecipientInterface` and `RecipientInterface` were introduced. * Added `email` and `phone` properties to `Recipient`. * [BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()` method of `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface` and `SmsRecipientInterface`. * [BC BREAK] Removed the `AdminRecipient`. * The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`. * The `EmailRecipient` and `SmsRecipient` were introduced. * [BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`, `Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to `RecipientInterface`. * Changed `EmailChannel` to only support recipients which implement the `EmailRecipientInterface`. * Changed `SmsChannel` to only support recipients which implement the `SmsRecipientInterface`. 5.1.0 ----- * [BC BREAK] The `ChatMessage::fromNotification()` method's `$recipient` and `$transport` arguments were removed. * [BC BREAK] The `EmailMessage::fromNotification()` and `SmsMessage::fromNotification()` methods' `$transport` argument was removed. 5.0.0 ----- * Introduced the component as experimental