dev-master
9999999-devPHP App4Less API Push Notification
MIT
The Requires
by Pablo Martin
1.0.0
1.0.0.0PHP App4Less API Push Notification
MIT
The Requires
by Pablo Martin
PHP App4Less API Push Notification
This package makes it easy to send app4less notifications and app4less Utils., (*1)
You can install the package via composer:, (*2)
``` bash composer require webimpacto/app4less, (*3)
## Usage ### Send Notifications Initialice App4less Client ``` php $client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
Send notifications:, (*4)
``` php $client->sendPushNotification( 'token', 'title' 'url', 'utm' );, (*5)
### Check isApp4Less ``` php $client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
``` php $token = \Webimpacto\App4Less\Client::getAppUUID();, (*6)
### Get UUID App ``` php $uuid = \Webimpacto\App4Less\Client::getAppUUID();
PHP App4Less API Push Notification
MIT
PHP App4Less API Push Notification
MIT