PHPackages                             ndlovu28/bpo\_mailer - 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. ndlovu28/bpo\_mailer

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

ndlovu28/bpo\_mailer
====================

This packages sends email communication to contacts from CO3 BPO Web portal

00PHP

Since Jun 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ndlovu28/bpo_mailer)[ Packagist](https://packagist.org/packages/ndlovu28/bpo_mailer)[ RSS](/packages/ndlovu28-bpo-mailer/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

BPO MAILER
----------

[](#bpo-mailer)

Send email to contacts on the BPO web portal by CO3.

### REQUIREMENTS

[](#requirements)

- PHP 7.4+
- Composer

### INSTALATION

[](#instalation)

To install this package run the commands bellow.

```
composer require ndlovu28/bpo_mailer

```

Register the package in config/app.php by appending the line bellow in prividers section

```
Ndlovu28\BpoMailer\Providers\BpoMailerProvider::class,

```

Load the database with the command bellow

```
php artisan migrate

```

### INITIALISATION

[](#initialisation)

Make sure in your .env file you have the key-pair as bellow

```
...

//The name of your applications template file
APP_TEMPLATE=taropa_account
//Version of BPO to use (Legacy: for older version | New: For the latest version)
BPO_VERSION=Legacy

BPO_URL=http://41.160.190.205:50000/bpowebportal/BPOWebPortal.svc
BPO_USER=bpo_user
BPO_PASS=xxxxxxxx

```

To install all requirements and load contacts data, run the command below

```
php artisan bpomailer:install

```

### USAGE

[](#usage)

once you have served your application visit *127.0.01:8000/bpo/send/*, or deployed on the server visit *yourhost.co.za/bpo/send/*

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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/72be84a561ccf809d304ca6d555c2a594445ee74c9713d39d7ce4f39a99e0a93?d=identicon)[ndlovu28](/maintainers/ndlovu28)

---

Top Contributors

[![thinktank-dev1](https://avatars.githubusercontent.com/u/82377417?v=4)](https://github.com/thinktank-dev1 "thinktank-dev1 (1 commits)")

### Embed Badge

![Health badge](/badges/ndlovu28-bpo-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/ndlovu28-bpo-mailer/health.svg)](https://phpackages.com/packages/ndlovu28-bpo-mailer)
```

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