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 2w ago

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 52% 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

2973d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37210637?v=4)[Webimpacto Consulting S.L](/maintainers/webimpacto)[@Webimpacto](https://github.com/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

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

7.9k1.1B3.8k](/packages/guzzlehttp-psr7)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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