Complete infrastructure management platform for Laravel.
composer require netserva/platform:^0.0.1This meta-package installs all NetServa packages for comprehensive infrastructure management:
- netserva/core - Foundation package with core models, services, and database architecture
- netserva/cli - Unified command-line interfaces with Laravel Prompts
- netserva/fleet - VNode/VHost infrastructure tracking and orchestration
- netserva/dns - DNS & Domain management with PowerDNS integration
- netserva/ipam - IP Address Management for network planning and allocation
- netserva/wg - WireGuard VPN management and peer orchestration
- netserva/web - Web server orchestration (Nginx/Apache) with SSL certificate management
- netserva/mail - Complete email infrastructure (Postfix/Dovecot) with mailbox administration
- netserva/config - Configuration & secrets management for all infrastructure components
- netserva/ops - Monitoring, backup management, analytics, and observability platform
- netserva/cron - Task automation, scheduling, and workflow orchestration
- netserva/cms - Professional CMS with Filament 4 admin panel
Install individual packages as needed:
# DNS management only
composer require netserva/dns:^0.0.1
# Email infrastructure only
composer require netserva/mail:^0.0.1
# Web services + DNS (web requires dns)
composer require netserva/web:^0.0.1
# VPN with IP management (wg requires ipam)
composer require netserva/wg:^0.0.1- PHP ^8.2 or higher
- Laravel ^12.0
- Filament ^4.0
- Installation Guide
- Publishing Guide (for maintainers)
- Full Documentation
Development happens in the monorepo: https://github.com/netserva/monorepo
MIT License. See LICENSE for details.
- Issues: https://github.com/netserva/monorepo/issues
- Source: https://github.com/netserva/monorepo
- Website: https://netserva.org