dyaa/pushover
Laravel 5 package for sending Pushover.net notifications to iOS/Android. Configure your app token and user key, then use a simple Facade API to push messages and optionally set URL, callback, sound, and more.
Pushover::send()) make it easy to integrate for basic alerts.guzzlehttp/guzzle v5.x) and may conflict with modern Laravel’s HTTP client (Guzzle v7+).config/caching, no Illuminate/Contracts support).spatie/laravel-notification-channels-pushover) or custom HTTP client be preferable?Guzzle v5, updating service providers).guzzlehttp/guzzle (v5.x) → Conflict risk with Laravel’s default Guzzle v7+.illuminate/support (v5.x) → Hard dependency on Laravel 5.x.For Laravel 5.x Projects:
"dyaa/pushover": "dev-master".php artisan vendor:publish --provider="Dyaa\Pushover\PushoverServiceProvider".config/app.php.Pushover::send([...]).For Modern Laravel (8+):
spatie/laravel-notification-channels-pushover).config:cache).create_client() vs. Client).AlertService) to contain risk.guzzlehttp/guzzle v5.x may become unsupported over time.How can I help you explore Laravel packages today?