upmind/provision-workbench
Composer 安装命令:
composer create-project upmind/provision-workbench
包简介
A simple web application which provides a UI for quick and easy testing of Upmind provision providers
README 文档
README
A simple web application which provides a UI for quick and easy testing of Upmind provision providers.
- Requirements
- Installation
- Development Quick-start
- Usage
- Changelog
- Contributing
- Credits
- License
- Upmind
Requirements
To install and run the workbench using Docker via Makefile (recommended) you will need:
- Git
- Docker
To install and run the workbench manually (not recommended) you will need:
- PHP ^8.1
- Composer
Installation
This project is intended to be used as a local development tool only and should NOT be hosted on the internet
Using Makefile
Clone git repository:
git clone https://github.com/upmind-automation/provision-workbench.git && cd provision-workbench
Build and run container (first build may take a few minutes):
make setup
You'll then be able to access the workbench in a web browser at http://127.0.0.1:8000.
Connect to container (for artisan, composer etc):
make shell
Re-cache provision registry (e.g., after adding a new provider or updating data set rules):
make provision-cache
Stop container:
make stop
Remove container and image:
make clean
Install Locally
- Requires PHP ^8.1 and composer
Create project:
composer create-project upmind/provision-workbench --keep-vcs
Run application:
php artisan serve
Development Quick-start
Install a provision category + providers e.g., shared-hosting:
composer require upmind/provision-provider-shared-hosting
Refresh provision registry (e.g., after adding a new provider or updating data set rules):
php artisan upmind:provision:cache
Install a package locally:
git clone https://github.com/upmind-automation/provision-provider-domain-names.git local/domain-names \
&& composer require upmind/provision-provider-domain-names:@dev
Usage
This library makes use of upmind/provision-provider-base primitives which we suggest you familiarize yourself with by reading the usage section in the README.
Screenshots
Homepage
Provision Categories
Shared Hosting Providers
New 20i Configuration
New Provision Request
Provision Result
Provision Result Data
Provision Result Logs
List Provision Requests
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
GNU General Public License version 3 (GPLv3). Please see License File for more information.
Upmind
Sell, manage and support web hosting, domain names, ssl certificates, website builders and more with Upmind.com - the ultimate web hosting billing and management solution.
upmind/provision-workbench 适用场景与选型建议
upmind/provision-workbench 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 93 次下载、GitHub Stars 达 5, 最近一次更新时间为 2022 年 10 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 upmind/provision-workbench 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 upmind/provision-workbench 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 93
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2022-10-15








