mobiadroit/zello-work-api 问题修复 & 功能扩展

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

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

mobiadroit/zello-work-api

Composer 安装命令:

composer require mobiadroit/zello-work-api

包简介

Composer package for ZelloWork API

README 文档

README

This provides a Laravel style wrapper for ZelloWork API.

For more information see https://github.com/zelloptt/zellowork-server-api-libs

Install

Require this package with composer using the following command:

$ composer require mobiadroit/zello-work-api

Configuration

See Authentication section on how to use these environment variables.

Variable name Default Description
ZELLO_USER Your Zello User to use with API
ZELLO_PASSWORD Your Zello User password
ZELLO_API_KEY Your Zello API key
ZELLO_HOST Your ZelloWork Host

Authentication

Authentication is done via the Zello user and password as well as the API Key value. Ensure you do not commit your Zello user and password information to any repositories and use ENV variables

Create a Key

Go to the Administration -> API Keys in your ZelloWork Console.

Click Create Token.

Remember to download the key file you get at the end! This is the only time it is shown.

Configuration

Add the following lines to the .env file:

ZELLO_USER="USER"
ZELLO_PASSWORD="PASSWORD"
ZELLO_API_KEY="API KEY"
ZELLO_HOST="{network}.zellowork.com"

Replace {network} with your ZelloWork Network Name

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-03-19