delboy1978uk/bone-push-notifications

Push Notifications using Expo for Bone Native apps

Maintainers

Package info

github.com/delboy1978uk/bone-push-notifications

Type:package

pkg:composer/delboy1978uk/bone-push-notifications

Statistics

Installs: 187

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v1.2.3 2026-02-27 18:21 UTC

This package is auto-updated.

Last update: 2026-02-27 18:22:16 UTC


README

Push Notifications using Expo for Bone Native apps

installation

Use Composer

composer require delboy1978uk/bone-push-notifications

configuration

Enable the package in config/packages.php, and generate and run migrations.

<?php

// use statements here
use Bone\Notification\PushToken\PushNotificationPackage;

return [
    'packages' => [
        // packages here...,
        PushNotificationPackage::class,
    ],
    // ...
];

usage

In a Bone Native app, call the API endpoints.