定制 helppc/supervisor-rest-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

helppc/supervisor-rest-bundle

Composer 安装命令:

composer require helppc/supervisor-rest-bundle

包简介

Manage your supervisor instance in your Symfony5 application.

README 文档

README

Build Status License

Symfony bundle which manage supervisor process. Bundle is implemented using the supervisorphp/supervisor library.

Status

This package is currently in the active development.

Requirements

Installation

  1. Require the bundle and a PSR 7/17 implementation with Composer:

    composer require helppc/supervisor-bundle nyholm/psr7

    NOTE: This bundle requires a PSR 7/17 implementation to operate. We recommend that you use nyholm/psr7. Check out this document if you wish to use a different implementation.

  2. Create the bundle configuration file under config/packages/helppc_supervisor.yaml. Here is a reference configuration file:

    supervisor:
      default_environment: all
      servers:
        all:
          localhost:
            scheme: http
            host: 127.0.0.1
            port: 9006
  3. Enable the bundle in config/bundles.php by adding it to the array:

    HelpPC\Bundle\SupervisorRestBundle\SupervisorRestBundle::class => ['all' => true]
  4. Import the routes inside your config/routes/helppc_supervisor.yaml file:

    supervisor:
      resource: "@SupervisorRestBundle/Resources/config/routing.xml"
      prefix:   /supervisor

❮ NOTE ❯ It is recommended to control the access to the authorization endpoint so that only logged in users can approve authorization requests. You should review your security.yml file. Here is a sample configuration:

security:
    access_control:
        - { path: ^/supervisor, roles: IS_AUTHENTICATED_REMEMBERED }

Reporting issues

Use the issue tracker to report any issues you might have.

License

See the LICENSE file for license rights and limitations (MIT).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固