PHPackages                             kittinan/php-apn - 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. kittinan/php-apn

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

kittinan/php-apn
================

Simple PHP Class for Apple Push Notification Service

011PHP

Since Sep 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/kittinan/php-apn)[ Packagist](https://packagist.org/packages/kittinan/php-apn)[ RSS](/packages/kittinan-php-apn/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-apn
=======

[](#php-apn)

[![License](https://camo.githubusercontent.com/c8d659728c0b3670b404eb3cc231781392bb23edfadee65076b49ba58020e676/68747470733a2f2f706f7365722e707567782e6f72672f6b697474696e616e2f7068702d61706e2f6c6963656e73652e737667)](https://packagist.org/packages/kittinan/php-apn)

php-apn is a Simple Class for Apple Push Nofitication

Composer
========

[](#composer)

This plugin on the Packagist.

Usage
=====

[](#usage)

```
$CertPath = 'ck.pem';
$PassPhrase = '12345';

$apn = new \KS\APN($CertPath, $PassPhrase);
$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
$message = 'Hello Push Notification';
$apn->send($token, $message);
```

License
=======

[](#license)

The MIT License (MIT)

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![kittinan](https://avatars.githubusercontent.com/u/144775?v=4)](https://github.com/kittinan "kittinan (5 commits)")

### Embed Badge

![Health badge](/badges/kittinan-php-apn/health.svg)

```
[![Health](https://phpackages.com/badges/kittinan-php-apn/health.svg)](https://phpackages.com/packages/kittinan-php-apn)
```

###  Alternatives

[bigbharatjain/laravel-clickatell

This package makes it easy to send sms using clickatell.com with Laravel 5.

1435.2k](/packages/bigbharatjain-laravel-clickatell)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1323.6k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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