webimpacto / app4less
PHP App4Less API Push Notification
Installs: 52
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webimpacto/app4less
Requires
- ralouphie/getallheaders: ^2.0
This package is not auto-updated.
Last update: 2025-11-19 21:16:10 UTC
README
This package makes it easy to send app4less notifications and app4less Utils.
Installation
You can install the package via composer:
composer require webimpacto/app4less
Usage
Send Notifications
Initialice App4less Client
$client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
Send notifications:
$client->sendPushNotification( 'token', 'title' 'url', 'utm' );
Check isApp4Less
$client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
Get Token App
$token = \Webimpacto\App4Less\Client::getAppUUID();
Get UUID App
$uuid = \Webimpacto\App4Less\Client::getAppUUID();