承接 ibrahimsmuhammad/basicsengage-laravel-mailer 相关项目开发

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

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

ibrahimsmuhammad/basicsengage-laravel-mailer

最新稳定版本:v1.0.1

Composer 安装命令:

composer require ibrahimsmuhammad/basicsengage-laravel-mailer

包简介

Laravel 9+ custom mail transport for BasicsEngage API

README 文档

README

A PHP Laravel package to extend Laravel's mailer with BasicsEngage support.

Features

  • Seamless integration with Laravel's mail system
  • Send emails via BasicsEngage
  • Easy configuration and usage

Installation

composer require ibrahimsmuhammad/basicsengage-laravel-mailer

Configuration

  1. Publish the config file (if available):

    php artisan vendor:publish --tag=basicsengage-mailer-config
  2. Add your BasicsEngage credentials to .env:

        MAIL_MAILER=basicsengage
        BASICSENGAGE_API_KEY=Your Api Key
        BASICSENGAGE_API_URL="https://api.basicsengage.com/api/v0/dev/email/send"
    

Usage

Use the Laravel Mail facade as usual. The package will route emails through BasicsEngage.

use Illuminate\Support\Facades\Mail;

Mail::to('recipient@example.com')->send(new \App\Mail\YourMailable());

Customization

You can customize mail settings in config/basicsengage-mailer.php.

    'mailers' => [
        'basicsengage' => [
            'transport' => 'basicsengage',
            'api_key'   => env('BASICSENGAGE_API_KEY'),
            'api_url'   => env('BASICSENGAGE_API_URL', 'https://api.basicsengage.com/api/v0/dev/email/send'),
        ],

License

This package is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固