承接 nonuser/laravel-fonnte 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nonuser/laravel-fonnte

最新稳定版本:v1.0.0

Composer 安装命令:

composer require nonuser/laravel-fonnte

包简介

Unofficial Laravel Fonnte Integration Package

README 文档

README

Latest Version on Packagist Total Downloads

Unofficial Integrasi API Fonnte untuk Laravel.

Requirements

The following plugin is tested under following environment:

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

Instalasi

1. Install Package

composer require nonuser/laravel-fonnte

2. Konfigurasi

A. Publish Config

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

B. Tambahkan Token Fonnte

FONNTE_TOKEN=

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

Kalau ada laporan keamanan, kirimkan langsung ke: nonuser0002@gmail.com

👨‍💻 Author

nonUser00
📧 Email: nonuser0002@gmail.com
💻 GitHub: @nonUser00

📄 License

This package is licensed under the MIT License - see the 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

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-24