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

ActiveLibrary

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

laravel notification sending with pushy

v1.0.0(2y ago)0173↓100%MITPHPPHP ^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 1mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

971d 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

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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