byscripts/notifier
Deprecated/soon-to-be-deleted Laravel/PHP notifier package. The author advises not to use it; repository is intended for removal. Not recommended for new projects—look for an actively maintained alternative.
Illuminate\Notifications if used alongside it.composer.json or modern PHP tooling support (e.g., no PHPUnit, Pest, or Laravel-specific testing).Illuminate\Notifications?Notification contracts.ByscriptsNotifier → Illuminate\Contracts\Queue\ShouldQueue).ByscriptsNotifier usage (e.g., email/SMS triggers, templates).Mail::send() → Notification::send()).Notification system.nesbot/carbon (for dates) + spatie/laravel-notification-channels-*.ByscriptsNotifier into the container, but document this as technical debt with a sunset date.config/notifier.php to Laravel’s config/services.php.Event facade.ByscriptsNotifier into a standalone service (e.g., Docker container) to limit blast radius.PHPMailer, SwiftMailer versions).try/catch with report()). Errors might go unnoticed until monitored.mail() instead of SwiftMailer) may lack protections against header injection or spoofing.eval()).How can I help you explore Laravel packages today?