PHPackages                             dwade75/onesignalbundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. dwade75/onesignalbundle

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

dwade75/onesignalbundle
=======================

PUSH NOTIFICATION DELIVERY AND ANALYTICS FOR WEBSITES AND MOBILE APPS

1.0.0(10y ago)140MITPHPPHP &gt;=5.4.0

Since Jul 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/dwade75/onesignalbundle)[ Packagist](https://packagist.org/packages/dwade75/onesignalbundle)[ RSS](/packages/dwade75-onesignalbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

1. ### Install

    [](#install)

Install with composer

```
composer require dwade75/onesignalbundle
```

AppKernel.php

```
public function registerBundles()
    {
        $bundles = [
            new Dwade75\OnesignalBundle\Dwade75OnesignalBundle(),
        ];
    }
```

Config.yml

```
dwade75_onesignal:
    app_id:
    auth_key:
    rest_api_key:
```

Example :

### Apps:

[](#apps)

```
$app = new AppsController();
    $app->getApps();
    $app->getAppById();
    $app->createApp(array('name' => 'Api testing','apns_env' => 'sandbox'));
    $app->editAppById(array('name' => 'update update Api testing','apns_env' => 'sandbox'));
    ```
```php
### Notifications: ###
$notification = new NotificationsController();
    $notification->createNotification(['contents' => ['en' => 'Super message from api'], 'included_segments' => 'All', 'send_after' => '2016-07-01 10:00:00 GMT-0700']);
    $notification->editNotificationById('5dba5289-0b74-4379-bcb7-fd87668404fc');
    $notification->removeNotificationById('5dba5289-0b74-4379-bcb7-fd87668404fc');
```

### Players:

[](#players)

```
$players = new PlayersController();
    $players->getPlayersDevices();
    $players->getPlayerDevicesById('32dc08b1-6c71-4a8a-af0a-8ee79c9bf1b5');
    $players->createPlayerDevices(['device_type' => 0]);
    $players->editPlayerDevices('9ae055c8-955b-4450-8a96-4a81f97e293a', ['device_type' => 1]);
    $players->createPlayerOnSession('9ae055c8-955b-4450-8a96-4a81f97e293a',['timezone' => '-28800', 'game_version' => '1.0', 'device_os' => '7.0.4']);
    $players->createPlayerOnPurchase('9ae055c8-955b-4450-8a96-4a81f97e293a', ['sku' => 'SKU123', 'iso' => 'USD', 'amount' => '0.99']);
    $players->createPlayerOnFocus('9ae055c8-955b-4450-8a96-4a81f97e293a', ['state' => 'ping', 'active_time' => 60]);
    $players->createPlayerCsvExport();
```

For more visit by Dwade75

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3650d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20050683?v=4)[dwade75](/maintainers/dwade75)[@dwade75](https://github.com/dwade75)

---

Top Contributors

[![dwade75](https://avatars.githubusercontent.com/u/20050683?v=4)](https://github.com/dwade75 "dwade75 (1 commits)")

### Embed Badge

![Health badge](/badges/dwade75-onesignalbundle/health.svg)

```
[![Health](https://phpackages.com/badges/dwade75-onesignalbundle/health.svg)](https://phpackages.com/packages/dwade75-onesignalbundle)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
