tourze/server-node-bundle

服务器管理

Installs: 87

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle


README

Server management bundle for Symfony applications.

Installation

composer require tourze/server-node-bundle

Usage

Menu Integration

This bundle provides an AdminMenu service that integrates seamlessly with applications using tourze/easy-admin-menu-bundle. The service is automatically registered, requiring no additional configuration.

Menu items include:

  • Server Management
    • Server Nodes
    • Applications
  • Statistics & Monitoring
    • Node Statistics
    • Traffic Statistics

Configuration

# config/packages/server_node.yaml
server_node:
  # Add configuration options here

Example

Coming soon.

Documentation