Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-ops-sites maintained by yezzmedia

Description
Ops-facing site inventory, domain posture, and assignment visibility package for the Yezz Media Laravel platform.
Last update
2026/07/01 14:43 (dev-main)
License
Links
Downloads
33

Comments
comments powered by Disqus

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