PHPackages                             webimpacto/app4less - 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. webimpacto/app4less

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

webimpacto/app4less
===================

PHP App4Less API Push Notification

1.0.0(8y ago)0521MITPHP

Since May 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Webimpacto/app4less)[ Packagist](https://packagist.org/packages/webimpacto/app4less)[ RSS](/packages/webimpacto-app4less/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (1)

App4Less push notifications channel
===================================

[](#app4less-push-notifications-channel)

This package makes it easy to send app4less notifications and app4less Utils.

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

[](#installation)

You can install the package via composer:

```
composer require webimpacto/app4less
```

Usage
-----

[](#usage)

### Send Notifications

[](#send-notifications)

Initialice App4less Client

```
    $client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
```

Send notifications:

```
    $client->sendPushNotification(
                    'token',
                    'title'
                    'url',
                    'utm'
                );
```

### Check isApp4Less

[](#check-isapp4less)

```
    $client = new \Webimpacto\App4Less\Client('app_user','app_apikey');
```

### Get Token App

[](#get-token-app)

```
    $token = \Webimpacto\App4Less\Client::getAppUUID();
```

### Get UUID App

[](#get-uuid-app)

```
    $uuid = \Webimpacto\App4Less\Client::getAppUUID();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

2925d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04dc3c5e689ae301ba52c547dedaabcdf28f20643e8aea868f29f0034fce0055?d=identicon)[webimpacto](/maintainers/webimpacto)

---

Top Contributors

[![pablomartin89](https://avatars.githubusercontent.com/u/16488733?v=4)](https://github.com/pablomartin89 "pablomartin89 (6 commits)")

### Embed Badge

![Health badge](/badges/webimpacto-app4less/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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