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

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

bcismariu/greenarrow-php
========================

Simple PHP wrapper for GreenArrow's sending email API

v0.0.1(9y ago)11.7kMITPHP

Since Jan 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bcismariu/greenarrow-php)[ Packagist](https://packagist.org/packages/bcismariu/greenarrow-php)[ RSS](/packages/bcismariu-greenarrow-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Simple PHP wrapper for GreenArrow's sending email API
=====================================================

[](#simple-php-wrapper-for-greenarrows-sending-email-api)

[![Build Status](https://camo.githubusercontent.com/d5c885e3c04a817f8d9e7296e18fa7594512f2afc39a2d4bc0e949bdae6e7010/68747470733a2f2f7472617669732d63692e6f72672f626369736d617269752f677265656e6172726f772d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bcismariu/greenarrow-php)[![Latest Stable Version](https://camo.githubusercontent.com/d7d656b7f0716f91a718e1c30a8bd783500d427406045a52bdb942d855bf89bf/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f677265656e6172726f772d7068702f762f737461626c65)](https://packagist.org/packages/bcismariu/greenarrow-php)[![License](https://camo.githubusercontent.com/86ffb234b04dc4cdb133d9a692846f9b8f8bab7ee13a19c7a999ebf1f5253973/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f677265656e6172726f772d7068702f6c6963656e7365)](https://packagist.org/packages/bcismariu/greenarrow-php)[![Total Downloads](https://camo.githubusercontent.com/6c71c1199095494e3c3ccb595a7af73d1d873fd30ff7fb348e6fc51ec21e661d/68747470733a2f2f706f7365722e707567782e6f72672f626369736d617269752f677265656e6172726f772d7068702f646f776e6c6f616473)](https://packagist.org/packages/bcismariu/greenarrow-php)

### Installation

[](#installation)

Update your `composer.json` file

```
{
    "require": {
        "bcismariu/greenarrow-php": "0.*"
    }
}
```

Run `composer update`

### Usage

[](#usage)

```
use Bcismariu\GreenArrow\GreenArrow;
use GuzzleHttp\Client;
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;

$mailer = new GreenArrow(new GuzzleAdapter(new Client()), [
    'username'      => 'username',
    'password'      => 'password',
]);

$mailer->send([
    'message'   => [
        'to' => [[
            'name'  => 'John Smith',
            'email' => 'john.smith@example.com'
        ]],
        'from_name'     => 'Jane Doe',
        'from_email'    => 'jane.doe@example.com',
        'subject'       => 'A simple subject',
        'html'          => 'A simple html body',
    ],
]);
```

### Contributions

[](#contributions)

This is a very basic implementation that can only handle basic calls. Any project contributions are welcomed!

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3448d ago

### Community

Maintainers

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

---

Top Contributors

[![bcismariu](https://avatars.githubusercontent.com/u/10166477?v=4)](https://github.com/bcismariu "bcismariu (1 commits)")

---

Tags

greenarrow

### Embed Badge

![Health badge](/badges/bcismariu-greenarrow-php/health.svg)

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

###  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)
