oh-sky/cakephp3-base64-email 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

oh-sky/cakephp3-base64-email

Composer 安装命令:

composer require oh-sky/cakephp3-base64-email

包简介

CakePHP3 extension to encode the message body with Base64.

README 文档

README

CakePHP3 extension to encode the message body with Base64.

Build Status

Requirements

  • CakePHP 3.1.x

Installation

composer require oh-sky/cakephp3-base64-email

Example

<?php
namespace App\Shell;

use Cake\Console\Shell;
use OhSky\Cakephp3Base64Email;

class MailShell extends Shell
{

    public function main()
    {
        $email = new Cakephp3Base64Email();
        $mail = $email->from('from@example.com')
                      ->to('to@example.com')
                      ->subject('subject')
                      ->send('Hello');
    }
}

Test

git clone git@github.com:oh-sky/cakephp3-base64-email.git cakephp3-base64-email
cd cakephp3-base64-email
composer install --dev
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固