PHPackages                             mailzeet/mailzeet-laravel - 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. mailzeet/mailzeet-laravel

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

mailzeet/mailzeet-laravel
=========================

This is simple PHP Package for Laravel to interact with MailZeet API.

v0.1.1(2y ago)25.0k↓33.3%1[3 PRs](https://github.com/MailZeet/mailzeet-laravel/pulls)MITPHPPHP ^8.1CI passing

Since Nov 1Pushed 1mo agoCompare

[ Source](https://github.com/MailZeet/mailzeet-laravel)[ Packagist](https://packagist.org/packages/mailzeet/mailzeet-laravel)[ Docs](https://docs.mailzeet.com/)[ RSS](/packages/mailzeet-mailzeet-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (13)Versions (5)Used By (0)

[ ![MailZeet website](/art/cover.png)](https://mailzeet.com "MailZeet - Payment stack for Africa")MailZeet Laravel SDK
====================

[](#mailzeet-laravel-sdk)

[Website](https://www.mailzeet.com/)· [Contact](https://www.mailzeet.com/contact)· [Documentation](https://docs.mailzeet.com/)

[![PHP Version](https://camo.githubusercontent.com/c78983c538fad01a5f8cabfca50930de6af1ed9a2eb65433a4daf4d73564a1f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61696c7a6565742f6d61696c7a6565742d6c61726176656c2e737667)](https://packagist.org/packages/mailzeet/mailzeet-laravel)[![Build Status](https://github.com/mailzeet/mailzeet-laravel/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/mailzeethq/mailzeet-laravel/actions?query=branch%3Amain)[![Latest Stable Version](https://camo.githubusercontent.com/676cc6551f04acb5a0b1a5b1fa11d22c9411f58f6d5ddc06aeacb6a4c6a56740/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c7a65657468712f6d61696c7a6565742d6c61726176656c2f762f737461626c652e737667)](https://packagist.org/packages/mailzeet/mailzeet-laravel)[![Total Downloads](https://camo.githubusercontent.com/5165e77acc23542ad9038cb341bbf3fb45d558126ac299f95a02bd5309e149b5/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c7a6565742f6d61696c7a6565742d6c61726176656c2f646f776e6c6f6164732e737667)](https://packagist.org/packages/mailzeet/mailzeet-laravel)[![License](https://camo.githubusercontent.com/11e444bdccd629f1065481a9448248fa6e1f2e3750c9bb3d8f8bd7048e735380/68747470733a2f2f706f7365722e707567782e6f72672f6d61696c7a6565742f6d61696c7a6565742d6c61726176656c2f6c6963656e73652e737667)](https://packagist.org/packages/mailzeet/mailzeet-laravel)

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

[](#requirements)

Laravel 9 and later. PHP Requirements: PHP 8.1 and later. (Not tested on PHP 8.0, but it should work)

For PHP 7.4 and 8.0 or Laravel 8 and below , please use the [mailzeet-php](http://github.com/mailzeetHQ/mailzeet-php) package.

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

[](#installation)

You can install the package via composer:

```
composer require mailzeet/mailzeet-laravel
```

### Configuration

[](#configuration)

After you've installed the package via composer, you can run this command:

```
php artisan mailzeet:install
```

This command will:

1. Publish a `mailzeet.php` file in your config directory
2. Append your `.env` file with the `MONEROO_PUBLIC_KEY` and `MONEROO_SECRET_KEY` variables if they don't already exist.

You will have to replace 'your-public-key' and 'your-secret-key' with your actual MailZeet public key and secret key respectively.

```
MONEROO_PUBLIC_KEY=your-public-key
MONEROO_SECRET_KEY=your-secret-key
```

Please keep in mind that these are sensitive keys and should not be publicly exposed. Laravel .env file is ignored by Git, which makes it a good place to store sensitive information.

Documentation
-------------

[](#documentation)

See the Laravel SDK [documentation](https://docs.mailzeet.com/).

Development
-----------

[](#development)

1- Perform the tests

```
 composer test
```

2- Format and analyze your code before commit and push.

```
    composer format # Format your code with the required code style
    composer unused # check if there is an unused dependency
    composer analyze # Analyze your code with phpstan
```

### DEV Mode

[](#dev-mode)

You can set (or add) `mailzeet.devMode` to `true` in your `config/mailzeet.php` file to enable the dev mode. After enabling the dev mode, you can set `mailzeet.devBaseUrl` to customize the base URL of the MailZeet API you want to use. In dev mode, the SDK will use the `mailzeet.devBaseUrl` instead of the default base URL `https://api.mailzeet.com`.

Notes
-----

[](#notes)

- The project is based on the KISS principle.
- Each time you make a change, you must run the tests and format your code.
- Each time you make a change, you must update the documentation.
- Each time you make a change, you must update the changelog.
- Each time you make a change, you must add test cases.
- Each time you make a change, you must update the version number.
- Each time you make a change, you must update the API documentation.
- Each time you make a change, you must update the README.md file.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within MailZeet Laravel SDK, please send an e-mail to MailZeet Security via [hello@mailzeet.com](mailto:security@mailzeet.com). All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

The MailZeet Laravel SDK is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance59

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~22 days

Total

2

Last Release

900d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d886ac75fa41d8fc4d03c7ae520386c695c74d608ba4ae25fed3ad1ffcef7e6?d=identicon)[axazara](/maintainers/axazara)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![EliasElimah](https://avatars.githubusercontent.com/u/65785746?v=4)](https://github.com/EliasElimah "EliasElimah (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

mailingmailAxaZaramailzeet

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mailzeet-mailzeet-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/mailzeet-mailzeet-laravel/health.svg)](https://phpackages.com/packages/mailzeet-mailzeet-laravel)
```

###  Alternatives

[php-imap/php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)

1.7k12.9M42](/packages/php-imap-php-imap)[zbateson/mail-mime-parser

MIME email message parser

53949.2M79](/packages/zbateson-mail-mime-parser)[php-mime-mail-parser/php-mime-mail-parser

A fully tested email parser for PHP 8.0+ (mailparse extension wrapper).

9979.6M27](/packages/php-mime-mail-parser-php-mime-mail-parser)[nette/mail

📧 Nette Mail: A handy library for creating and sending emails in PHP.

5389.8M246](/packages/nette-mail)[webklex/php-imap

PHP IMAP client

4365.5M14](/packages/webklex-php-imap)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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