PHPackages                             akbsit/helper-smtp - 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. akbsit/helper-smtp

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

akbsit/helper-smtp
==================

Helper for work with smtp.

1.0.0(2y ago)141MITPHPPHP ^8.1

Since Sep 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/akbsit/helper-smtp)[ Packagist](https://packagist.org/packages/akbsit/helper-smtp)[ RSS](/packages/akbsit-helper-smtp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

helper-smtp, [Packagist](https://packagist.org/packages/akbsit/helper-smtp)
===========================================================================

[](#helper-smtp-packagist)

Creating an Smtp class object by passing the connection settings to the constructor:

```
$oSmtpHelper = new SmtpHelper([
    'maillogin' => 'noreply@falbar.ru',
    'mailpass'  => '*********',
    'from'      => 'Falbar',
    'host'      => 'ssl://smtp.yandex.ru',
    'port'      => 465
]);
```

Send Email:

```
$bStatus = $oSmtpHelper->send(
    'akbsit@yandex.ru',
    'Mail title',
    'Mail text'
);
```

If successful, it returns – **true** in another case – **false**.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

964d ago

### Community

Maintainers

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

---

Top Contributors

[![akbsit](https://avatars.githubusercontent.com/u/18245671?v=4)](https://github.com/akbsit "akbsit (10 commits)")

---

Tags

phpsmtpphpmailsmtp

### Embed Badge

![Health badge](/badges/akbsit-helper-smtp/health.svg)

```
[![Health](https://phpackages.com/badges/akbsit-helper-smtp/health.svg)](https://phpackages.com/packages/akbsit-helper-smtp)
```

###  Alternatives

[txthinking/mailer

A very lightweight PHP SMTP mail sender

10098.9k3](/packages/txthinking-mailer)[shuchkin/react-smtp-client

ReactPHP async SMTP Client

245.7k](/packages/shuchkin-react-smtp-client)[henrique-borba/php-sieve-manager

A modern (started in 2022) PHP library for the ManageSieve protocol (RFC5804) to create/edit Sieve scripts (RFC5228). Used by Cypht Webmail.

23125.7k2](/packages/henrique-borba-php-sieve-manager)

PHPackages © 2026

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