yezzmedia / laravel-ops-sites
Ops-facing site inventory, domain posture, and assignment visibility package for the Yezz Media Laravel platform.
Requires
- php: ^8.4
- filament/filament: ^5.0
- illuminate/contracts: ^13.0
- illuminate/database: ^13.0
- illuminate/support: ^13.0
- spatie/laravel-package-tools: ^1.92
- yezzmedia/laravel-foundation: ^0.2
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.29
- mockery/mockery: ^1.6
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.4
- pestphp/pest-plugin-laravel: ^4.1
Suggests
- spatie/laravel-activitylog: Optional audit persistence driver for ops sites audit events.
- yezzmedia/laravel-ops-infrastructure: Optional infrastructure assignment enrichment for ops sites visibility.
- yezzmedia/laravel-ops-security: Optional security enrichment for SSL assignment and edge posture visibility.
This package is auto-updated.
Last update: 2026-07-01 12:43:47 UTC
README
Laravel Ops ยท Sites
yezzmedia/laravel-ops-sites provides site inventory, domain posture, and assignment visibility for the Yezz Media ops panel.
It manages site registration with domain posture monitoring, DNS resolution status, SSL assignment tracking, and infrastructure assignment visibility.
Version
Current release: 0.2.0
Requirements
- PHP
^8.5 - Laravel
^13.0components spatie/laravel-package-tools ^1.93yezzmedia/laravel-foundation ^0.2yezzmedia/laravel-ops ^0.2
Optional:
yezzmedia/laravel-ops-infrastructureโ infrastructure assignment enrichmentyezzmedia/laravel-ops-securityโ SSL assignment and edge posture visibility
Installation
composer require yezzmedia/laravel-ops-sites
What The Package Provides
Site Inventory
SiteRegistry maintains the registered site collection with per-site domain posture, DNS status, SSL assignment state, and infrastructure assignment references.
Domain Posture
Per-site domain posture includes:
- Primary domain resolution status
- DNS record verification
- SSL certificate assignment and expiry tracking
Assignment Visibility
Sites can be linked to infrastructure targets and security posture entries for cross-package correlation in the ops panel.
Doctor Checks
Foundation-aligned doctor checks verify:
- Primary domain configuration
- DNS resolvability
- Site configuration integrity
Development
composer test
composer analyse
composer format
License
MIT