pocketalert / laravel-client
A Laravel package to send messages to PocketAlert API
0.1.1
2023-06-17 09:06 UTC
Requires
- php: >=7.3.0
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^8.0
README
A Laravel package to send messages to PocketAlert API
Installation
You can install the package via composer:
composer require pocketalert/laravel-client
Usage
use PocketAlert\PocketAlertClient\PocketAlertClient; $pocketAlert = new PocketAlertClient('YOUR_TOKEN'); $pocketAlert->sendMessage('Title', 'Message', 'DeviceID', 'ApplicationID');