PHPackages                             akk7300/pushy - 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. akk7300/pushy

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

akk7300/pushy
=============

laravel notification sending with pushy

v1.0.0(2y ago)0242MITPHPPHP ^8.0

Since Sep 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/akk7300/laravel-pushy-notification)[ Packagist](https://packagist.org/packages/akk7300/pushy)[ Docs](https://github.com/akk7300/pushy)[ RSS](/packages/akk7300-pushy/feed)WikiDiscussions master Synced 2d ago

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

Introduction
============

[](#introduction)

This package allows you to send push notifications using [Pushy](https://pushy.me/). It provides a convenient way to integrate Pushy's services into your Laravel applications.

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require akk7300/pushy
```

**Copy Config**

Run `php artisan vendor:publish --provider="Akk7300\Pushy\PushyServiceProvider"` to publish the `pushy.php` config file.

**Get API Secret Key**

Get Authentication Key from

**Configure pushy.php as needed**

```
'api_key' => '{API_SECRET_KEY}'

```

Usage
-----

[](#usage)

```
use Akk7300\Pushy\Facade\Pushy;

Pushy::withTitle('Testing')
   ->withBody('Testing message')
   ->withData(['message' => 'This is an message field'])
   ->sendTo(['pushy-token']);
```

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1026d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4c18d9de16545212d99c2b1314d620e7102e4925716b10b09c6eec7e057fa5f?d=identicon)[akk7300](/maintainers/akk7300)

---

Top Contributors

[![akk7300](https://avatars.githubusercontent.com/u/26358729?v=4)](https://github.com/akk7300 "akk7300 (24 commits)")

---

Tags

pushyakk7300

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/akk7300-pushy/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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