tourze / server-node-bundle
服务器管理
Installs: 87
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/collections: ^2.3
- doctrine/data-fixtures: ^2.0
- doctrine/dbal: ^4.0
- doctrine/doctrine-bundle: ^2.13
- doctrine/doctrine-fixtures-bundle: ^4.0
- doctrine/orm: ^3.0
- doctrine/persistence: ^3.1 || ^4
- easycorp/easyadmin-bundle: ^4
- knplabs/knp-menu: ^3.7
- phpseclib/phpseclib: ^3.0
- phpunit/php-timer: ^6.0.0
- symfony/config: ^6.4
- symfony/console: ^6.4
- symfony/dependency-injection: ^6.4
- symfony/doctrine-bridge: ^6.4
- symfony/form: ^6.4
- symfony/framework-bundle: ^6.4
- symfony/http-foundation: ^6.4
- symfony/http-kernel: ^6.4
- symfony/routing: ^6.4
- symfony/yaml: ^6.4 || ^7.1
- tourze/bundle-dependency: 0.0.*
- tourze/doctrine-indexed-bundle: 0.0.*
- tourze/doctrine-random-bundle: 0.1.*
- tourze/doctrine-snowflake-bundle: 0.1.*
- tourze/doctrine-timestamp-bundle: 0.0.*
- tourze/doctrine-track-bundle: 0.1.*
- tourze/doctrine-user-bundle: 0.0.*
- tourze/easy-admin-attribute: 0.1.*
- tourze/easy-admin-menu-bundle: 0.1.*
- tourze/enum-extra: ~0.0.5
- tourze/gb-t-2659: 0.0.*
- tourze/symfony-temp-file-bundle: 0.0.*
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-05-20 08:13:14 UTC
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.