PHPackages                             alagaccia/laravel-tnt - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. alagaccia/laravel-tnt

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alagaccia/laravel-tnt
=====================

TNT SOAP client for Laravel Projects

v1.0.1(1mo ago)06NLPLPHPPHP ^7.3|^8.0

Since May 5Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/alagaccia/laravel-tnt)[ Packagist](https://packagist.org/packages/alagaccia/laravel-tnt)[ RSS](/packages/alagaccia-laravel-tnt/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

laravel-tnt
===========

[](#laravel-tnt)

Table of Contents
=================

[](#table-of-contents)

- [Installing and configuring](#installing-and-configuring)
    - [Install](#install)
    - [Configure](#configure)
    - [Load Service Provider](#service-provider)
    - [Publishing the configuration file](#config-publish)
- [Usage](#usage)

 Installing and configuring
===============================================================================

[](#-installing-and-configuring)

 Installing the package
--------------------------------------------------------

[](#-installing-the-package)

You need to use Composer to install this package into your Laravel project:

```
composer require alagaccia/laravel-tnt

```

 Load Service Provider
----------------------------------------------------------------

[](#-load-service-provider)

From Laravel 5.5 and newer the package wil register itself using Laravel's [Auto Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

Laravel 5.4 and older needs to include `TntServiceProvider` in your `config/app.php`:

```
'providers' => [
    /*
     * Package Service Providers...
     */
    AndreaLagaccia\TntServiceProvider::class,
]
```

 Publishing the configuration file
----------------------------------------------------------------------------

[](#-publishing-the-configuration-file)

Run the following Artisan command in your terminal to copy the environment variables:

```
php artisan vendor:publish --provider="AndreaLagaccia\Tnt\TntServiceProvider"

```

Choose the preference and press ENTER

```
Provider: AndreaLagaccia\Tnt\TntServiceProvider

```

Now you have a `config/tnt.php` config file, where you can set the API\_KEY and your favorite LIST\_ID. You can also write your Sendinblue variables in the .env file as follow:

```
TNT_CUSTOMER=
TNT_USER=
TNT_PASSWORD=
TNT_SENDER_ACC_ID=

```

 Usage
=====================================

[](#--usage)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

35d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12543000?v=4)[Andrea Lagaccia](/maintainers/alagaccia)[@alagaccia](https://github.com/alagaccia)

---

Top Contributors

[![alagaccia](https://avatars.githubusercontent.com/u/12543000?v=4)](https://github.com/alagaccia "alagaccia (3 commits)")

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M79](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

13137.2M6.4k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k112](/packages/httpsoft-http-message)[mezzio/mezzio-problem-details

Problem Details for PSR-7 HTTP APIs addressing the RFC 7807 standard

271.1M28](/packages/mezzio-mezzio-problem-details)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M82](/packages/mezzio-mezzio-router)

PHPackages © 2026

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