nonuser/laravel-fonnte
最新稳定版本:v1.0.0
Composer 安装命令:
composer require nonuser/laravel-fonnte
包简介
Unofficial Laravel Fonnte Integration Package
README 文档
README
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
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-24