PHPackages                             zubi/onesignal-bundle - 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. [API Development](/categories/api)
4. /
5. zubi/onesignal-bundle

ActiveLibrary[API Development](/categories/api)

zubi/onesignal-bundle
=====================

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

1.0.0(2y ago)02MITPHP

Since Dec 20Pushed 2y agoCompare

[ Source](https://github.com/CharlesAtClicklab/onesignal-bundle)[ Packagist](https://packagist.org/packages/zubi/onesignal-bundle)[ RSS](/packages/zubi-onesignal-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

This project is not maintained anymore
======================================

[](#this-project-is-not-maintained-anymore)

OneSignal API for Symfony
=========================

[](#onesignal-api-for-symfony)

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

Getting Started
---------------

[](#getting-started)

### Installing

[](#installing)

Just require the bundle with composer

```
composer require adelplace/onesignal-bundle

```

Then add the following line to your app/AppKernel.php

```
public function registerBundles()
{
    return [
        ...
        new Adelplace\OneSignalBundle\AdelplaceOneSignalBundle()
    ];
}
```

### Configuration

[](#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

[](#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 informations look at the [norkunas/onesignal-php-api documentation](https://github.com/norkunas/onesignal-php-api/blob/master/docs/getting-started.md)

Contributing
------------

[](#contributing)

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

### Testing

[](#testing)

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

```
./run-test

```

Authors
-------

[](#authors)

- **Alexandre Delplace** - *Initial work* - [Adelplace](https://github.com/adelplace)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Unknown

Total

1

Last Release

925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94020302bba8eeed85e43362dfbb5c245d5c0a7ccda3876ae1406ca0871584d6?d=identicon)[CharlesAtClicklab](/maintainers/CharlesAtClicklab)

---

Top Contributors

[![adelplace](https://avatars.githubusercontent.com/u/18348913?v=4)](https://github.com/adelplace "adelplace (5 commits)")[![CharlesAtClicklab](https://avatars.githubusercontent.com/u/85748209?v=4)](https://github.com/CharlesAtClicklab "CharlesAtClicklab (1 commits)")[![maxribuoli](https://avatars.githubusercontent.com/u/1028377?v=4)](https://github.com/maxribuoli "maxribuoli (1 commits)")

### Embed Badge

![Health badge](/badges/zubi-onesignal-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/zubi-onesignal-bundle/health.svg)](https://phpackages.com/packages/zubi-onesignal-bundle)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M973](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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