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

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

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

nojacko/email-data-disposable

最新稳定版本:1.0.4

Composer 安装命令:

composer require nojacko/email-data-disposable

包简介

Disposable email domains

README 文档

README

This library contains data about email disposable domains.

How To Use

Only use contents of /data/. The code in this library is just for updating that folder.

  • Either, include this project into yours via whatever means you want. Git-submodule, Composer, Bower, NPM, etc... are all possible.
  • Or, copy the data you want manually.

Formats

  • PHP (returns single dimension array)
  • JSON (single dimension array)
  • Text (one per line)

Contribute

Add a Domain

  • Add the domain to /bin/disposable.txt
  • Run php update.php
  • Submit a pull request

Remove a Domain

  • Add the domain to /bin/whitelist.txt
  • Run php update.php
  • Submit a pull request

Add Another Format

  • Write a new Exporter class (see src/Exporter/BaseInterface.php)
  • Add it to the export function in src/Domains.php
  • Run php update.php
  • Submit a pull request, like a boss

License

The MIT License (MIT). See LICENCE file.

统计信息

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

GitHub 信息

  • Stars: 24
  • Watchers: 3
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-24