An open API service indexing awesome lists of open source software.

https://github.com/guanguans/dcat-login-captcha

dcat admin login captcha. - dcat admin 登录验证码。
https://github.com/guanguans/dcat-login-captcha

captcha dcat dcat-admin dcat-admin-extension laravel-admin laravel-admin-extension login

Last synced: 8 months ago
JSON representation

dcat admin login captcha. - dcat admin 登录验证码。

Awesome Lists containing this project

README

          

# dcat-login-captcha

[简体中文](README-zh_CN.md) | [ENGLISH](README.md)

> dact admin login captcha. - dcat admin 登录验证码。

[![tests](https://github.com/guanguans/dcat-login-captcha/workflows/tests/badge.svg)](https://github.com/guanguans/dcat-login-captcha/actions)
[![check & fix styling](https://github.com/guanguans/dcat-login-captcha/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/guanguans/dcat-login-captcha/actions)
[![codecov](https://codecov.io/gh/guanguans/dcat-login-captcha/branch/main/graph/badge.svg?token=URGFAWS6S4)](https://codecov.io/gh/guanguans/dcat-login-captcha)
[![Latest Stable Version](https://poser.pugx.org/guanguans/dcat-login-captcha/v)](https://packagist.org/packages/guanguans/dcat-login-captcha)
[![Total Downloads](https://poser.pugx.org/guanguans/dcat-login-captcha/downloads)](https://packagist.org/packages/guanguans/dcat-login-captcha)
[![License](https://poser.pugx.org/guanguans/dcat-login-captcha/license)](https://packagist.org/packages/guanguans/dcat-login-captcha)

## 环境要求

* PHP >= 8.0
* dcat-admin >= 2.0

## 安装

### Composer 安装

```bash
composer require guanguans/dcat-login-captcha --ansi -v
```

### 后台 -> 开发工具 -> 扩展列表

启用本扩展。

## 视图

示例 1 | 示例 2 | 示例 3
--------------------------------|--------------------------------|--------------------------------
![example1](docs/example1.png) | ![example2](docs/example2.png) | ![example3](docs/example3.png)

## 测试

```bash
composer test
```

## 变更日志

请参阅 [CHANGELOG](CHANGELOG.md) 获取最近有关更改的更多信息。

## 贡献指南

请参阅 [CONTRIBUTING](.github/CONTRIBUTING.md) 有关详细信息。

## 安全漏洞

请查看[我们的安全政策](../../security/policy)了解如何报告安全漏洞。

## 贡献者

* [guanguans](https://github.com/guanguans)
* [所有贡献者](../../contributors)

## 协议

MIT 许可证(MIT)。有关更多信息,请参见[协议文件](LICENSE)。