Directory Structure
Directory structure:
└── superaligned-php-gtmetrix/
├── README.md
├── build.xml
├── composer.json
├── LICENSE.md
├── phpunit.xml
├── .travis.yml
├── data/
│ └── ca-bundle.crt
├── src/
│ ├── GTMetrixBrowser.php
│ ├── GTMetrixClient.php
│ ├── GTMetrixConfigurationException.php
│ ├── GTMetrixException.php
│ ├── GTMetrixLocation.php
│ └── GTMetrixTest.php
└── tests/
├── AbstractGTMetrixTest.php
└── GTMetrixFunctionalTest.php