retro-blenders/laminas-process-pilot-client 问题修复 & 功能扩展

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

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

retro-blenders/laminas-process-pilot-client

Composer 安装命令:

composer require retro-blenders/laminas-process-pilot-client

包简介

Integrates the process-pilot-client into your Laminas application

README 文档

README

Integrates the process-pilot-client into your Laminas application

Package Implementation Guide for Laminas Applications

This guide will walk you through the process of adding this package to your Laminas application.

Steps

  1. Add the Package Using the composer tool, add the package with the following command:

    composer require retro-blenders/laminas-process-pilot-client
  2. Enable the Module Enable the module by adding it to your modules.config.php file:

    <?php
    return [
        ...Existing Modules...,
        'ProcessPilot\Laminas\Client',
    ];

    This modul will autoregister itself into your application. As long the module is enabled and the settings are given.

  3. **Configure ** add your given information into you application settings in folder config/autoload/ as process-pilot.global.php

    return [
        'process-pilot'   => [
            'host'         => 'process-pilot.com',
            'project_hash' => '<your project hash>',
            'project_id'   => '<your project id',
            'enabled'      => true,
        ],
    ];

Support

If you run into any issues or require further assistance, feel free to open an issue on this repository.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-14