PHPackages                             urukalo/localytics-push - 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. urukalo/localytics-push

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

urukalo/localytics-push
=======================

Localytics Push message sender

v0.1.8(9y ago)03.6kMITPHP

Since Feb 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/urukalo/localytics-push)[ Packagist](https://packagist.org/packages/urukalo/localytics-push)[ RSS](/packages/urukalo-localytics-push/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (7)Dependencies (1)Versions (11)Used By (0)

localytics push sender
======================

[](#localytics-push-sender)

*this package is in development, for now it has only limited functionality*

**please if You do any modifications make pull request**(*for now i use Parse SDK as reference for all criteria to allow fast migration from Parse to Localytics*)

there is one example to send iOS badge:

```
        $data = [
            "device" => ["ios" => ["badge" => 1]]
        ];

        $query = new LocalyticsPush(
            config('localytics.api_key'),
            config('localytics.api_sec'),
            config('localytics.app_key')
            );

        $query->equalTo('push_enabled', 1); //lookup for more criterias

        $query->send(str_slug('catalog-badge-brand-' . $catalogName), $data, "and");
```

next to to:

- make code more abstract
- cover more criteria
- `do some tests U lazy ***!` 😠

contributors:

- [urukalo](https://github.com/urukalo)
- [You?](https://github.com/urukalo/localytics-push#fork-destination-box) (*just fork/change/make pull req* )

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

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 ~40 days

Recently: every ~9 days

Total

10

Last Release

3414d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4164349?v=4)[Milan Urukalo](/maintainers/urukalo)[@urukalo](https://github.com/urukalo)

---

Top Contributors

[![urukalo](https://avatars.githubusercontent.com/u/4164349?v=4)](https://github.com/urukalo "urukalo (12 commits)")

### Embed Badge

![Health badge](/badges/urukalo-localytics-push/health.svg)

```
[![Health](https://phpackages.com/badges/urukalo-localytics-push/health.svg)](https://phpackages.com/packages/urukalo-localytics-push)
```

###  Alternatives

[aws/aws-sdk-php

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

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

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

The PHP framework that gets out of your way.

2.2k31.1k12](/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).

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

A Laravel package to detect and block disposable email addresses.

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

PHPackages © 2026

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