### Install Guzzle URI Template via Composer Source: https://github.com/guzzle/uri-template/blob/1.0/README.md This snippet shows the Composer command to install the Guzzle URI Template package. Composer is a dependency manager for PHP. ```bash $ composer require guzzlehttp/uri-template ``` -------------------------------- ### Run Tests for Guzzle URI Template Source: https://github.com/guzzle/uri-template/blob/1.0/README.md This snippet demonstrates how to execute the test suite for the Guzzle URI Template package using a 'make' command. This is typically used in development environments to ensure code quality. ```make $ make test ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.