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

ActiveLibrary

nonuser/laravel-fonnte
======================

Unofficial Laravel Fonnte Integration Package

v1.0.0(5mo ago)06MITPHPPHP ^8.2

Since Nov 24Pushed 5mo agoCompare

[ Source](https://github.com/nonUser00/laravel-fonnte)[ Packagist](https://packagist.org/packages/nonuser/laravel-fonnte)[ RSS](/packages/nonuser-laravel-fonnte/feed)WikiDiscussions main Synced 1mo ago

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

Fonnte for Laravel
==================

[](#fonnte-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/86a2877ad405e9c4c09b9b781b4aec5985adf0965e2449b63f112b5b7eccd678/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f6e757365722f6c61726176656c2d666f6e6e74652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nonuser/laravel-fonnte)[![Total Downloads](https://camo.githubusercontent.com/737ce0049ce966df5ab0e91544ca26e5487a0cb809c9ad552d099b7d61f16d5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f6e757365722f6c61726176656c2d666f6e6e74652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nonuser/laravel-fonnte)

Unofficial Integrasi API [Fonnte](https://fonnte.com/) untuk Laravel.

---

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

[](#requirements)

The following plugin is tested under following environment:

- PHP v8.2.x or greater
- Laravel 12

---

Instalasi
---------

[](#instalasi)

### 1. Install Package

[](#1-install-package)

```
composer require nonuser/laravel-fonnte
```

### 2. Konfigurasi

[](#2-konfigurasi)

#### A. Publish Config

[](#a-publish-config)

```
php artisan vendor:publish --provider="Fonnte\\Laravel\\FonnteServiceProvider" --tag="config"
```

#### B. Tambahkan Token Fonnte

[](#b-tambahkan-token-fonnte)

```
FONNTE_TOKEN=
```

---

Cara Penggunaan
---------------

[](#cara-penggunaan)

```
use Fonnte;

$response = Fonnte::sendMessage('081234567890', 'Halo dari Laravel!');

if ($response->successful()) {
    logger('Pesan berhasil dikirim.', ['res' => $response->json()]);
} else {
    logger()->error('Gagal mengirim pesan.', ['res' => $response->body()]);
}
```

---

🔐 Keamanan
----------

[](#-keamanan)

Kalau ada laporan keamanan, kirimkan langsung ke: ****

---

👨‍💻 Author
----------

[](#‍-author)

**nonUser00**
📧 Email:
💻 GitHub: [@nonUser00](https://github.com/nonUser00)

---

📄 License
---------

[](#-license)

This package is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

**⭐ If you find this package helpful, please consider giving it a star!**

Made with ❤️ to make sending WhatsApp messages from Laravel

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance70

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

170d ago

### Community

Maintainers

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

---

Top Contributors

[![nonUser00](https://avatars.githubusercontent.com/u/235874136?v=4)](https://github.com/nonUser00 "nonUser00 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[iankumu/mpesa

A package that helps integrate the Mpesa APIs to your Laravel Project

5014.7k](/packages/iankumu-mpesa)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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