2017 © Pedro Peláez
 

symfony-bundle one-signal-api-bundle

Symfony OneSignal Api Bundle

image

samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  • Tuesday, March 13, 2018
  • by samiaraboglu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 19 % Grown

The README.md

one-signal-api-bundle

Use the OneSignal PHP API made by Norkunas., (*1)

Download the Bundle

$ composer require samiaraboglu/one-signal-api-bundle

Enable the Bundle

Registered bundles in the app/AppKernel.php file of your project:, (*2)

<?php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Samiax\OneSignalApiBundle\SamiaxOneSignalApiBundle(),
        );
        // ...
    }
    // ...
}

Config

Add this to config.yml:, (*3)

samiax_one_signal_api:
    app_id:         "{ONE_SIGNAL_API_APP_ID}"
    app_auth_key:   "{ONE_SIGNAL_API_APP_AUTH_KEY}"
    user_auth_key:  "{ONE_SIGNAL_API_USER_AUTH_KEY}"

Basic Use

Gets all apps:, (*4)

$service = $this->get('samiax_one_signal_api.service');

$myApps = $service->apps->getAll();

The Versions

13/03 2018

dev-master

9999999-dev https://github.com/samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  Sources   Download

MIT

The Requires

 

api symfony onesignal symfony-bundle one-signal

13/03 2018

0.4.0

0.4.0.0 https://github.com/samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  Sources   Download

MIT

The Requires

 

api symfony onesignal symfony-bundle one-signal

12/03 2018

0.3.0

0.3.0.0 https://github.com/samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  Sources   Download

MIT

The Requires

 

api symfony onesignal symfony-bundle one-signal

09/03 2018

0.2.0

0.2.0.0 https://github.com/samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  Sources   Download

MIT

The Requires

 

api symfony onesignal symfony-bundle one-signal

09/03 2018

0.1.0

0.1.0.0 https://github.com/samiaraboglu/one-signal-api-bundle

Symfony OneSignal Api Bundle

  Sources   Download

MIT

The Requires

 

api symfony onesignal symfony-bundle one-signal