Download the PHP package imiphp/imi-email-blacklist without Composer

On this page you can find all versions of the php package imiphp/imi-email-blacklist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package imi-email-blacklist

imi-email-blacklist

Latest Version Php Version Swoole Version imi License

介绍

imi 框架邮箱域名黑名单组件,支持自动更新临时邮箱域名列表。

安装

composer require imiphp/imi-email-blacklist:~2.1.0

使用说明

数据更新

配置:

@app.beans

上面展示的是默认配置,默认不配置也可以使用

定时自动采集:

由于列表频繁更新可能性不大,固定 1 小时采集一次。你必须启用定时任务进程。

手动更新采集:

运行命令:vendor/bin/imi-swoole emailBlackList/crawl

imi-swoole 也可以替换为其它容器的启动文件

自定义管理域名

验证器

注解:Imi\Email\BlackList\Validate\Annotation\EmailBlackList

手动验证

免费技术支持

技术支持详见:https://doc.imiphp.com/v2.1/base/support.html

运行环境

版权信息

imi-email-blacklist 遵循 MulanPSL-2.0 开源协议发布,并提供免费使用。

捐赠

开源不求盈利,多少都是心意,生活不易,随缘随缘……


All versions of imi-email-blacklist with dependencies

PHP Build Version
Package Version
Requires yurunsoft/yurun-http Version ^4.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package imiphp/imi-email-blacklist contains the following files

Loading the files please wait ....