automizy/automizy-email-editor
Composer 安装命令:
composer require automizy/automizy-email-editor
包简介
Design mobile friendly HTML emails in your application.
关键字:
README 文档
README
Design mobile friendly HTML emails in your own application.
Easy usage
Automizy Email Editor (AEE) is an easy-to-use Javascript based email editor plugin, which makes it possible to create, save and send spectacular emails with a few clicks.
Try a demo on http://emaileditor.automizy.com
User-friendly desing
The key to easy usage is always a clear-cut user interface. AEE provides all the necessary features from the basic settings to the smallest details in its UX-tested appearance.
Responsive email
Responsivity is one of the most important issues when it comes to html based email. Users expect their email to appear perfectly on any device using any browser or email client available. AEE solves this problem without any effort, all the edited emails are fully responsive.
Edit emails on your mobile device
As we mentioned before, responsivity is one of the main concerns. Not only the emails, but even the editor itself is fully responsive and mobile compatible. You are able to edit your emails using the drag&drop feature on the go.
Easy integration
Automizy Email Editor is open to the public, you can easily download and integrate it to your own web application, desing and use it just the way you want, writing only a single of code:
<!DOCTYPE html>
<html>
<head>
<link href="css/automizy-email-editor.css" />
<script src="js/automizy-email-editor.js"></script>
<script>
$AEE.init().open();
</script>
</head>
<body></body>
</html>
That's it. Your email editor is ready to go.
As a reference AEE is used in our marketing automation software called Automizy, and our users love it!
Method chaining & dynamic modifying
Our editor's easy usage is not limited to user-level only, we didn't forget you, developers :) Most of AEE's functions are well-documented and chainable, setting up and modifying AEE after it's ready won't cause any problem, the code is simple, and easy to read:
$AEE.baseDir('../automizy-email-editor').layoutReady(function(){
console.log('LAYOUT READY!');
}).init().open();
You can check the full documentation of AEE here: http://developers.automizy.com/emaileditor/
In case you are interested in our other projects too, check http://developers.automizy.com/
Questions?
If you have any questions, please feel free to contact us at help@automizy.com.
automizy/automizy-email-editor 适用场景与选型建议
automizy/automizy-email-editor 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 24 次下载、GitHub Stars 达 40, 最近一次更新时间为 2015 年 10 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「email」 「editor」 「responsive」 「free」 「integrate」 「automizy-email-editor」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 automizy/automizy-email-editor 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 automizy/automizy-email-editor 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 automizy/automizy-email-editor 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
ResponsiveImages Plugin for October CMS
Adds more BBCode
TYPO3 extension for sending responsive email templates
Extensible library for building notifications and sending them via different delivery channels.
Email+ extends Kirby's email capabilities by adding support for multiple email services using the same Kirby email API.
UEditor 是一套开源的在线HTML编辑器,主要用于让用户在网站上获得所见即所得编辑效果,开发人员可以用 UEditor 把传统的多行文本输入框(textarea)替换为可视化的富文本输入框。
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 40
- 点击次数: 26
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-05