yezzmedia/laravel-ops-sites

Ops-facing site inventory, domain posture, and assignment visibility package for the Yezz Media Laravel platform.

Maintainers

Package info

github.com/yezzmedia/laravel-ops-sites

pkg:composer/yezzmedia/laravel-ops-sites

Transparency log

Statistics

Installs: 33

Dependents: 0

Suggesters: 2

Stars: 0

Open Issues: 0

0.2.4 2026-07-01 12:42 UTC

README

Yezz Media

Latest Version PHP Version License

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.0 components
  • spatie/laravel-package-tools ^1.93
  • yezzmedia/laravel-foundation ^0.2
  • yezzmedia/laravel-ops ^0.2

Optional:

  • yezzmedia/laravel-ops-infrastructure โ€” infrastructure assignment enrichment
  • yezzmedia/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