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

Pushe Notification Bundle Laravel Package

borsaco/pushe-notification-bundle

View on GitHub
Deep Wiki
Context7

PusheNotificationBundle

PHP pushe.co API wrapper for Symfony applications

Install

Via Composer

composer require borsaco/pushe-notification-bundle

Initialise

first initialise with this code and token you get from http://poushe.co

Edit your app/AppKernel.php to register the bundle in the registerBundles() method as above:

class AppKernel extends Kernel
{

    public function registerBundles()
    {
        $bundles = array(
            // ...
            // register the bundle here
            new Borsaco\PusheNotificationBundle\PusheNotificationBundle()
        );
    }
}

then you have to config token for send notification you can get token from pushe.co and add configure in your config file:

pushe_notification:
    token: "7fb1***********29b464c"

Usage

Wherever you have access to the service container :

$pushNotification = $this->container->get('pushe_notification');
$pushNotification->send();

More

You can find more help in https://github.com/Borsaco/PusheNotification

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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle