Skip to content

Instantly share code, notes, and snippets.

View NickHatBoecker's full-sized avatar

Nick NickHatBoecker

View GitHub Profile
@NickHatBoecker
NickHatBoecker / NotificationHelper.php
Last active July 30, 2019 08:03
Push Notifications für Webapps mit OneSignal
<?php
namespace AppBundle\Service;
use GuzzleHttp\Client;
use Http\Client\Common\HttpMethodsClient;
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;
use Http\Message\MessageFactory\GuzzleMessageFactory;
use OneSignal\Config;
use OneSignal\OneSignal;