Download the PHP package suitmedia/frontend-lighthouse-audit without Composer
On this page you can find all versions of the php package suitmedia/frontend-lighthouse-audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download suitmedia/frontend-lighthouse-audit
More information about suitmedia/frontend-lighthouse-audit
Files in suitmedia/frontend-lighthouse-audit
Package frontend-lighthouse-audit
Short Description A PHP package to automate the Lighthouse Auditing for frontend development.
License MIT
Homepage https://github.com/suitmedia/frontend-lighthouse-audit
Informations about the package frontend-lighthouse-audit
Frontend Lighthouse Audit
A simple tool to audit all of the frontend HTML templates using
lighthouse-ci
CLI command.
Synopsis
This package will help you to measure and audit the quality of your frontend HTML templates. It will start a web-server automatically on the given document root path, scan all HTML files and analyse them one by one. You can also run this tool in your CI pipeline.
Table of contents
- Compatibility
- Requirements
- Setup
- CLI Usage
- License
Compatibility
This package only supports PHP version 7.1
or higher.
Requirements
This package is dependent to the lighthouse-ci package and Chrome
/Chromium
web browser, so you need to install them first.
You can install lighthouse-ci
easily, using this command:
Setup
Install the package globally using Composer :
CLI Usage
License
The MIT License (MIT). Please see License File for more information.