PHPackages                             tyraelll/laravelmailjet - 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. tyraelll/laravelmailjet

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

tyraelll/laravelmailjet
=======================

Easy Mailjet implementation into Laravel Framework

0.1.0(7y ago)07MITPHPPHP ^7.1.3

Since May 2Pushed 7y agoCompare

[ Source](https://github.com/tyraelll/laravelmailjets)[ Packagist](https://packagist.org/packages/tyraelll/laravelmailjet)[ Docs](https://github.com/tyraelll/laravelmailjet)[ RSS](/packages/tyraelll-laravelmailjet/feed)WikiDiscussions master Synced 2w ago

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

laravelmailjet
==============

[](#laravelmailjet)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9b361e9720cb090eb8164d2bcc448c94603492808989626552cf2d2deb4f5fa7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74797261656c6c6c2f6c61726176656c6d61696c6a65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tyraelll/laravelmailjet)[![Total Downloads](https://camo.githubusercontent.com/1cac2bfa81d3e879ed311deb1686668b2bbe7826b353d49ff3f311f00ff41a4f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74797261656c6c6c2f6c61726176656c6d61696c6a65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tyraelll/laravelmailjet)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require tyraelll/laravelmailjet
```

Usage
-----

[](#usage)

If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php:

```
tyraelll\laravelmailjet\laravelmailjetServiceProvider::class,

```

Publish config file by calling artisan command.

```
php artisan vendor:publish --tag=laravelmailjet.config

```

Check out your config file in config/laravelmailjet.php

```
return [
    'MAILJET_KEY' => env("MAILJET_KEY"),
    'MAILJET_SECRET' => env("MAILJET_SECRET"),
    'ADMIN_MAIL' => env('ADMIN_MAIL'),
    'APP_NAME' => env('APP_NAME'),
];

```

ADMIN\_MAIL represents the mail will sent by.

You can send;

```
use tyraelll\laravelmailjet\laravelmailjet;
$t = new laravelmailjet();
$t->view("mailtest"); // if you folder your mailing views, e.g "emails.mailtest"
// or you can use with data //
$t->viewWithData("mailtest", object/array $data); // data will rendered as $data in view.
$t->subject("hello");
$t->name("Name of client");
$t->to("omratagn@gmail.com");
$t->send();

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

Not there yet.

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ömer ATAGÜN](https://github.com/tyraelll)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

2616d ago

### Community

Maintainers

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

---

Top Contributors

[![omeratagunn](https://avatars.githubusercontent.com/u/29014425?v=4)](https://github.com/omeratagunn "omeratagunn (12 commits)")

---

Tags

phplaravelLaravelMailJetMailjetphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tyraelll-laravelmailjet/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[php-flasher/flasher-laravel

Seamlessly integrate flash notifications into your Laravel applications with PHPFlasher. Enhance user feedback and engagement with minimal setup.

442.9M45](/packages/php-flasher-flasher-laravel)[brian2694/laravel-toastr

toastr.js for Laravel

132694.7k6](/packages/brian2694-laravel-toastr)[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)
