承接 nextgen-tech/ewus-laravel 相关项目开发

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

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

nextgen-tech/ewus-laravel

Composer 安装命令:

composer require nextgen-tech/ewus-laravel

包简介

README 文档

README

This package is Laravel wrapper for nextgen-tech/ewus package.

Requirements

Version Laravel PHP
1.x >= 6.0 >= 7.3

Installation

composer require nextgen-tech/ewus-laravel

Next run artisan command to set current password to eWUŚ:

php artisan ewus:password --init

Configuration (.env)

Base

  • EWUS_SANDBOX_MODE (default: false) - disables/enables sandbox mode
  • EWUS_CONNECTION (default: http) - connection used for communication

Connection

  • EWUS_CONNECTION_TIMEOUT (used only by http connection) - duration to timeout request, in seconds

Password

  • EWUS_PASSWORD_LENGTH (default: 8) - random generated password length

Credentials

  • EWUS_CREDENTIALS_DOMAIN - operator domain
  • EWUS_CREDENTIALS_LOGIN - operator login
  • EWUS_CREDENTIALS_OPERATOR_ID (default: null) - operator identificator, required only for certain domains
  • EWUS_CREDENTIALS_OPERATOR_TYPE (default: null) - operator type, required only for certain domains

Scheduling password changes

eWUŚ requires password changes every two weeks. We recommend changing it more frequently to be sure it will not expire. To automate this process you can create schedule which will call artisan command:

// app/Console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // other schedules

    $schedule->command('ewus:password --random')->weeklyOn(1, '00:00');
}

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固