Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Onesignal Bundle Laravel Package

birkof/onesignal-bundle

Symfony bundle integrating the norkunas/onesignal-php-api library. Configure your OneSignal application/user keys and use the onesignal.api service from the container to manage notifications and other OneSignal API resources.

View on GitHub
Deep Wiki
Context7

OneSignal API for Symfony

Symfony integration of the norkunas/onesignal-php-api library

Getting Started

Installing

You just require using composer and you're good to go!

composer require birkof/onesignal-bundle

If you don't use Flex, you need to manually enable bundle in your kernel:

<?php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = [
        // ...
        new Adelplace\OneSignalBundle\OneSignalBundle()
    ];
}

Configuration

Add the following lines to your config.yml

adelplace_one_signal:
    application_id: 'my application id'
    application_auth_key: 'my application auth key'
    user_auth_key: 'my user auth key'

Usage

To use the api service you just need to call 'onesignal.api' in the container

$api = $this->get('onesignal.api');
$api->notifications->getAll();
...

For more information look at the norkunas/onesignal-php-api documentation

Contributing

Feel free to contribute if you have any idea to improve this project.

Testing [broken]

Please make sure you have docker installed on your host. Then just run

./run-test

Authors

  • Alexandre Delplace - Initial work - Adelplace
  • Daniel Stancu - Updates & Maintenance - birkof

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui