spatie/mixed-content-scanner
Scan a website for mixed content by crawling pages and flagging insecure http:// resources in common HTML tags (img, script, iframe, link, etc.). Use MixedContentScanner with a logger to report where mixed content is found or missing.
Adopt if:
Look elsewhere if:
mixed-content npm package).html-validate or w3c-validator CLI).*"This package helps us eliminate security risks and UX friction caused by mixed content—where HTTP resources break HTTPS pages. By integrating this lightweight PHP tool, we can:
*"The spatie/mixed-content-scanner is a drop-in PHP class that:
$scanner = new MixedContentScanner(new MixedContentLogger());
$scanner->scan('https://your-site.com');
Call to Action:
composer.json and run it in our staging pipeline."How can I help you explore Laravel packages today?