PHPackages                             mobytes/laravel-sendpush - 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. [CLI &amp; Console](/categories/cli)
4. /
5. mobytes/laravel-sendpush

ActiveLibrary[CLI &amp; Console](/categories/cli)

mobytes/laravel-sendpush
========================

Laravel 5 SendPush Package

v1.2(9y ago)015MITPHPPHP &gt;=5.6.4

Since Dec 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/evervasquez/laravel-sendpush)[ Packagist](https://packagist.org/packages/mobytes/laravel-sendpush)[ RSS](/packages/mobytes-laravel-sendpush/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel 5 SendPush Package
==========================

[](#laravel-5-sendpush-package)

====== A Laravel 5 package for Android and soon in iOS push notification service from .

\*\*Please if you found any bug or you have any enhancement, You're so welcomed to open an Issue or make a pull request.

#### Content

[](#content)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)
- [Commands](#commands)
- [License](#license)

---

#### Installation

[](#installation)

Add to require in composer.json

```
composer require mobytes/laravel-sendpush
{
     ...
    "require": {
        ...
        "mobytes/laravel-sendpush": "~1.2"
    }
}
```

```
composer update
```

Once mobytes/laravel-sendpush is installed, you need to register the Service Provider. To do that open `app/config/app.php` and add the following to the `providers` key.

```
Mobytes\SendPush\SendPushServiceProvider::class,
```

Next you add this facade to `app/config/app.php`

```
'SendPush' => Mobytes\SendPush\Facades\SendPush::class,
```

To use this in your L5 application:

```
use Mobytes\SendPush\Facades\SendPush;
```

---

#### Configuration

[](#configuration)

Create `app/config/sendpush.php` and fill it with your Token and the User Key from

```
return [
    'token_user' => 'User Token key',
    'token_app' => 'App Token key',
];
```

---

#### Usage

[](#usage)

Now you can use the package like that:

To Set a message (**Required**)

```
SendPush::push($title, $message);
```

To Send the Message (**Required**)

```
SendPush::send();
```

---

#### Commands

[](#commands)

In the version 1.2.0 and above it supports the Artisan Commands but first make sure that you've done the [Configuration](#configuration) correctly.

You can run

```
php artisan list

```

and you'll find

```
sendpush
sendpush:send               SendPush Command

```

To send a pushover message you'll be able to use it like this way ( **Title and Message are Required** )

```
php artisan sendpush:send "YourTitle" "YourMessage"

```

to turn on the debug mode just add

---

#### License

[](#license)

Copyright (c) 2016 [SendPush](http://notify.mobytesac.com/) Licensed under the [MIT license](https://github.com/evervasquez/laravel-sendpush/blob/master/LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

3417d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a026466a8b6acdb3042a279467fddf5e8f4b4585ce8d81da1af8d33d33a068e?d=identicon)[evervasquez](/maintainers/evervasquez)

---

Top Contributors

[![evervasquez](https://avatars.githubusercontent.com/u/2586206?v=4)](https://github.com/evervasquez "evervasquez (20 commits)")

---

Tags

clilaravelnotificationartisanreal-timecommandpushover

### Embed Badge

![Health badge](/badges/mobytes-laravel-sendpush/health.svg)

```
[![Health](https://phpackages.com/badges/mobytes-laravel-sendpush/health.svg)](https://phpackages.com/packages/mobytes-laravel-sendpush)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)[mariuzzo/laravel-translator

Laravel command that interactively helps you translate missing keys.

1939.9k](/packages/mariuzzo-laravel-translator)

PHPackages © 2026

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