2017 © Pedro Peláez
 

library php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

image

gomoob/php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  • Sunday, July 1, 2018
  • by bgaillard
  • Repository
  • 9 Watchers
  • 50 Stars
  • 80,336 Installations
  • PHP
  • 8 Dependents
  • 1 Suggesters
  • 31 Forks
  • 18 Open issues
  • 35 Versions
  • 6 % Grown

The README.md

php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services., (*1)

Total Downloads Latest Stable Version Build Status Coverage Code Climate License, (*2)

First sample, creating a Pushwoosh message

// Create a Pushwoosh client
$pushwoosh = Pushwoosh::create()
    ->setApplication('XXXX-XXX')
    ->setAuth('xxxxxxxx');

// Create a request for the '/createMessage' Web Service
$request = CreateMessageRequest::create()
    ->addNotification(Notification::create()->setContent('Hello Jean !'));

// Call the REST Web Service
$response = $pushwoosh->createMessage($request);

// Check if its ok
if($response->isOk()) {
    print 'Great, my message has been sent !';
} else {
    print 'Oups, the sent failed :-('; 
    print 'Status code : ' . $response->getStatusCode();
    print 'Status message : ' . $response->getStatusMessage();
}

Easy, isn't it ?, (*3)

Documentation

Framework Integrations

  • Laravel - https://github.com/schimpanz/Laravel-Pushwoosh
  • Symfony 2 - https://github.com/Prezent/pushwoosh-bundle

If you have integrated php-pushwoosh into a popular PHP framework let us know !, (*4)

About Gomoob

At Gomoob we build high quality software with awesome Open Source frameworks everyday. Would you like to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible !, (*5)

You can contact us by email at contact@gomoob.com or by phone number (+33) 6 85 12 81 26 or (+33) 6 28 35 04 49., (*6)

Visit also http://gomoob.github.io to discover more Open Source softwares we develop., (*7)

The Versions

01/07 2018

dev-develop

dev-develop

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

28/06 2017

dev-master

9999999-dev

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

28/06 2017

1.9.0

1.9.0.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

19/06 2017

1.8.0

1.8.0.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

20/10 2016

1.7.1

1.7.1.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

15/09 2016

1.7.0

1.7.0.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

07/07 2016

1.6.1

1.6.1.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

05/07 2016

1.6.0

1.6.0.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

05/07 2016

dev-revert-54-master

dev-revert-54-master

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php ^5.6 || ^7.0

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

26/06 2016

1.5.3

1.5.3.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

09/05 2016

1.5.2

1.5.2.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

11/03 2016

1.5.1

1.5.1.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

10/03 2016

dev-devices-filter

dev-devices-filter

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

10/03 2016

1.5.0

1.5.0.0

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

07/01 2016
28/12 2015
28/12 2015
25/12 2015

1.2.0

1.2.0.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

notification push pushwoosh gomoob

17/11 2015

1.1.1

1.1.1.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

13/11 2015

1.1.0

1.1.0.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

13/11 2015

1.0.9

1.0.9.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

19/10 2015

1.0.8

1.0.8.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

15/10 2015

1.0.7

1.0.7.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

14/10 2015

1.0.6

1.0.6.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

10/03 2015

1.0.4

1.0.4.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

16/02 2015

1.0.3

1.0.3.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

13/02 2015

1.0.2

1.0.2.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

12/02 2015

1.0.1

1.0.1.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

18/01 2015

1.0.0

1.0.0.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

19/09 2014

0.1.0

0.1.0.0

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

17/09 2014

0.1.0-alpha5

0.1.0.0-alpha5

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

09/09 2014

0.1.0-alpha4

0.1.0.0-alpha4

A PHP Library to easily work with the Pushwoosh REST Web Services.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Baptiste Gaillard
by Simon Baudry

push pushwoosh gomoob

25/06 2014

0.1.0-alpha3

0.1.0.0-alpha3

GoMoob Pushwoosh PHP Library

  Sources   Download

The Requires

  • php >=5.3.3

 

pushwoosh gomoob

16/06 2014

0.1.0-alpha2

0.1.0.0-alpha2

GoMoob Pushwoosh PHP Library

  Sources   Download

The Requires

  • php >=5.3.3

 

pushwoosh gomoob

26/05 2014

0.1.0-alpha1

0.1.0.0-alpha1

GoMoob Pushwoosh PHP Library

  Sources   Download

The Requires

  • php >=5.3.3

 

pushwoosh gomoob