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

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

pingram/php
===========

Official PHP SDK for Pingram - Send notifications via Email, SMS, Push, In-App, and more

1.0.5(1mo ago)010↓33.3%MITPHPPHP ^8.1

Since Feb 20Pushed 2mo agoCompare

[ Source](https://github.com/pingram-io/pingram-php)[ Packagist](https://packagist.org/packages/pingram/php)[ Docs](https://www.pingram.io)[ RSS](/packages/pingram-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (16)Versions (12)Used By (0)

Pingram PHP SDK
===============

[](#pingram-php-sdk)

Official PHP SDK for Pingram. Send notifications via Email, SMS, Push, In-App, and more from your PHP application.

Requirements
------------

[](#requirements)

- PHP 8.1+
- Composer
- [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) (installed via Composer)

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

[](#installation)

```
composer require pingram/php
```

Or add to your `composer.json`:

```
{
  "require": {
    "pingram/php": "^0.1"
  }
}
```

Then run `composer install`.

Quick start
-----------

[](#quick-start)

Use the **Pingram\\Client** with your **API key**, then call `send()` or the namespaced APIs (`getDomains()`, `getSender()`, etc.).

```
