承接 belsignum/disposable-email 相关项目开发

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

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

belsignum/disposable-email

Composer 安装命令:

composer require belsignum/disposable-email

包简介

A service extension to compile lists of disposable and free mail providers, offering a simple way to validate email addresses against them.

README 文档

README

A service extension to compile lists of disposable and free mail providers, offering a simple way to validate email addresses against them.

install

composer req belsignum/disposable-email

Tests

Run tests from extension directory:

vendor/bin/phpunit -c Build/phpunit/UnitTests.xml
vendor/bin/phpunit -c Build/phpunit/FunctionalTests.xml

Alternatively via composer scripts:

composer test:unit
composer test:functional

The CI workflow runs both test suites (Unit and Functional).

Extension configuration options

basic.type - Lists to use

  • Disable validation
  • Disposable email provider
  • Free email provider
  • Disposable & free email provider
  • Custom lists only

basic.customLists - Custom Lists (comma separated list of public URIs) Only absolute https:// URLs are supported.

powermail.overloadEmailValidation - Overload Email Validation, else adds additional validation rule

Powermail validation rule

  • Disposable Email
  • Or overload Email validation rule - Set extension configuration powermail.overloadEmailValidation=1

Powermail list type override via TypoScript

Use TypoScript to override the list type for Powermail validation.

plugin.tx_powermail.settings.setup.tx_disposableemail.overrideExtensionSettings {
  # one override for current Powermail context
  type = disposable

  # optional form specific mapping
  typeByForm {
    # disable disposable email validation for this form
    100 = disable

    123 = disposable
    456 = freemail
  }
}

typeByForm has priority over type. In typeByForm, use the UID of the default language form record. Localized forms are resolved via l10n_parent. Supported values are disable, disposable, freemail, both, customListsOnly.

CMS-Form

  • Validator for E-Mail Field comparing E-Mail Address against lists of disposable and free mail providers
  • Validator for E-Mail Field comparing username or email address in fe_users
  • Optional validator option listType (disable|disposable|freemail|both|customListsOnly) to override extension configuration per field

List storage and deduplication

  • Domains are stored with provider_type (disposable, freemail, custom).
  • Deduplication is done per provider_type.
  • Custom lists are stored as custom and are checked in addition to selected built-in list types.
  • DB-level uniqueness is enforced by uniq_domain_provider_type (domain, provider_type).

Update list

CLI

php vendor/bin/typo3 disposable-email:update

Scheduler

  1. Add new Scheduler Task
  2. Choose Class "Execute console commands"
  3. Choose Schedulable Command "disposable-email:update: Updates the current list with the remote endpoint. updates are provided usually weekly."

Changelog

See CHANGELOG.md.

belsignum/disposable-email 适用场景与选型建议

belsignum/disposable-email 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 26 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 12 月 18 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「TYPO3 CMS」 「TYPO3 Extension」 「Disposable Email provider list」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 belsignum/disposable-email 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 belsignum/disposable-email 我们能提供哪些服务?
定制开发 / 二次开发

基于 belsignum/disposable-email 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2024-12-18