trustedlogin/client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

trustedlogin/client

最新稳定版本:v1.9.0

Composer 安装命令:

composer require trustedlogin/client

包简介

Easily and securely log in to your customers sites when providing support.

README 文档

README

TrustedLogin_TrustedLogin Logo Horizontal

TrustedLogin SDK

Download the Latest Version

Easily and securely log in to your customers sites when providing support.

🔍 See the Changelog

📖 Read the Documentation

Requirements:

  • PHP 5.3.0 or greater
  • WordPress 5.2 or greater

Local Development And Testing

Make sure to install wp-env globally first by running npm -g i @wordpress/env.

  • Start local dev
    • wp-env start
  • Stop local dev
    • wp-env stop
  • Run the PHP tests in container
    • npm run test:php

Running linting and tests

  • composer lint Checks for any linting errors
  • composer format Fixes any code that is able to be automatically fixed
  • composer test Runs PHPUnit tests

WordPress 4.1+ support

By default, TrustedLogin supports WordPress 5.2 or newer; this is the first version that includes the Sodium cryptography library. To support earlier versions of WordPress (version 4.1 or greater), add the following libraries to your Composer require definitions:

"paragonie/random_compat": "<9.99",
"paragonie/sodium_compat": "^1.12"

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-02-22