maatify/cron-email
Composer 安装命令:
composer require maatify/cron-email
包简介
PHP library for Cron Email handler, known by our team
README 文档
README
Installation
composer require maatify/cron-email
Database Structure
-- -- Database: `maatify` -- -- -------------------------------------------------------- -- -- Table structure for table `cron_email` -- CREATE TABLE `cron_email` ( `cron_id` int(11) NOT NULL, `type_id` int(11) NOT NULL DEFAULT '1' COMMENT '1=messge; 2=confirm; 3=promotion', `ct_id` int(11) NOT NULL DEFAULT '0', `name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` mediumtext COLLATE utf8mb4_unicode_ci, `subject` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `record_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00', `status` tinyint(1) NOT NULL DEFAULT '0', `sent_time` datetime NOT NULL DEFAULT '1900-01-01 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `cron_email_block` -- CREATE TABLE `cron_email_block` ( `block_id` int NOT NULL, `ct_id` int NOT NULL DEFAULT '0', `email` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '', `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, `time` datetime NOT NULL DEFAULT '1970-01-01 00:00:01', `admin_id` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `cron_email_off` -- CREATE TABLE `cron_email_off` ( `off_id` int NOT NULL, `ct_id` int NOT NULL DEFAULT '0', `email` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '', `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci, `time` datetime NOT NULL DEFAULT '1970-01-01 00:00:01', `admin_id` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `cron_email` -- ALTER TABLE `cron_email` ADD PRIMARY KEY (`id`); -- -- Indexes for table `cron_email_block` -- ALTER TABLE `cron_email_block` ADD PRIMARY KEY (`block_id`); -- -- Indexes for table `cron_email_off` -- ALTER TABLE `cron_email_off` ADD PRIMARY KEY (`off_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `cron_email` -- ALTER TABLE `cron_email` MODIFY `id` int NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `cron_email_block` -- ALTER TABLE `cron_email_block` MODIFY `block_id` int NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `cron_email_off` -- ALTER TABLE `cron_email_off` MODIFY `off_id` int NOT NULL AUTO_INCREMENT; COMMIT;
maatify/cron-email 适用场景与选型建议
maatify/cron-email 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 157 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 07 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「email」 「cron」 「handler」 「maatify.dev」 「Cron Email handler」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 maatify/cron-email 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 maatify/cron-email 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 maatify/cron-email 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony bundle to monitor and execute commands
Scheduling extension for Yii2 framework
Monitoring for scheduled jobs
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.
Temporal frequency library
统计信息
- 总下载量: 157
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-15