PHPackages                             intellipush/intellipush-php-sdk-v2 - 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. intellipush/intellipush-php-sdk-v2

ActiveLibrary

intellipush/intellipush-php-sdk-v2
==================================

A PHP SDK for Intellipush

2491PHP

Since Oct 27Pushed 5y agoCompare

[ Source](https://github.com/Intellipush/intellipush-php-sdk-v2)[ Packagist](https://packagist.org/packages/intellipush/intellipush-php-sdk-v2)[ RSS](/packages/intellipush-intellipush-php-sdk-v2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Intellipush SDK for PHP
=======================

[](#intellipush-sdk-for-php)

This repository contains the open source PHP SDK that allows you to access Intellipush from your PHP app.

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

[](#installation)

Usage
-----

[](#usage)

Install the lastest version with: `composer require 'intellipush/intellipush-php-sdk-v2:dev-master'`

If you need help getting started with Composer: [click here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)

```
$applicationPath = __DIR__ . '/../YOUR APPLICATION PATH';

require_once $applicationPath . 'vendor/autoload.php';

use Intellipush\Intellipush;

$key = 'YOUR KEY';
$secret = 'YOUR SECRET';
$countrycode = '0047';
$phoneNumber = 'xxxxxxxx';

//Send an SMS
$response = Intellipush::auth($key, $secret)->sms('Hello World.', $countrycode, $phoneNumber);

var_dump($response);

```

Read more on:

[Intellipush PHP SDK documentation ](https://www.intellipush.com/documentation/php-sdk)

Sign up
-------

[](#sign-up)

[Intellipush.com](https://www.intellipush.com)

Enjoy our service!

/Intellipush

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/7b56648193ee4a83929099f95cb2717e0c4e4eaa187c3c0177d5ffce294c02ef?d=identicon)[Intellipush](/maintainers/Intellipush)

---

Top Contributors

[![kristianlunde](https://avatars.githubusercontent.com/u/569561?v=4)](https://github.com/kristianlunde "kristianlunde (10 commits)")[![awisur](https://avatars.githubusercontent.com/u/1629371?v=4)](https://github.com/awisur "awisur (5 commits)")

### Embed Badge

![Health badge](/badges/intellipush-intellipush-php-sdk-v2/health.svg)

```
[![Health](https://phpackages.com/badges/intellipush-intellipush-php-sdk-v2/health.svg)](https://phpackages.com/packages/intellipush-intellipush-php-sdk-v2)
```

PHPackages © 2026

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