2017 © Pedro Peláez
 

library app4less

PHP App4Less API Push Notification

image

webimpacto/app4less

PHP App4Less API Push Notification

  • Thursday, May 10, 2018
  • by webimpacto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

App4Less push notifications channel

This package makes it easy to send app4less notifications and app4less Utils., (*1)

Installation

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');

Get Token App

``` php $token = \Webimpacto\App4Less\Client::getAppUUID();, (*6)


### Get UUID App ``` php $uuid = \Webimpacto\App4Less\Client::getAppUUID();

The Versions

10/05 2018

dev-master

9999999-dev

PHP App4Less API Push Notification

  Sources   Download

MIT

The Requires

 

by Pablo Martin

10/05 2018

1.0.0

1.0.0.0

PHP App4Less API Push Notification

  Sources   Download

MIT

The Requires

 

by Pablo Martin