PHPackages                             youlead-bow/pagespeed - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. youlead-bow/pagespeed

ActiveLibrary[API Development](/categories/api)

youlead-bow/pagespeed
=====================

A PHP library to interact with the PageSpeed Insights API

v2.0(1y ago)2211MITPHPPHP &gt;=8.3

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/youlead-bow/pagespeed)[ Packagist](https://packagist.org/packages/youlead-bow/pagespeed)[ Docs](https://github.com/youleadbow/pagespeed)[ RSS](/packages/youlead-bow-pagespeed/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

PageSpeed Insights API
======================

[](#pagespeed-insights-api)

A PHP module to interact with the [PageSpeed Insights API](https://developers.google.com/speed/docs/insights/v2/getting-started) on Symfony project.

Installation
============

[](#installation)

The best way to install the library is by using [Composer](http://getcomposer.org). Add the following to `composer.json` in the root of your project:

```
{
    "require": {
        "youlead-bow/pagespeed": "~1.0"
    }
}
```

Then, on the command line:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install
```

Use the generated `vendor/.composer/autoload.php` file to autoload the library classes.

Basic usage
===========

[](#basic-usage)

```
