automattic / jetpack-boost-speed-score
A package that handles the API to generate the speed score.
Installs: 7 247
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Type:jetpack-library
Requires
- php: >=7.0
- automattic/jetpack-boost-core: ^0.2.14
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.8
- brain/monkey: ^2.6
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
README
A package that handles the API to generate the speed score. The Speed_Score
class registers the API routes that are going to be used in the frontend.
Get Started
Build and install the package:
jetpack build packages/boost-speed-score && jetpack install packages/boost-speed-score
From the plugin folder, require the package using composer:
composer require automattic/jetpack-boost-speed-score
Then use it:
use Automattic\Jetpack\Boost_Speed_Score\Speed_Score; new Speed_Score( $modules, 'jetpack-dashboard' );
Using this package in your WordPress plugin
If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.
Security
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
License
boost-speed-score is licensed under GNU General Public License v2 (or later)