PHP code example of lukedavis / gcp-api-gateway-spec
1. Go to this page and download the library: Download lukedavis/gcp-api-gateway-spec library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
lukedavis / gcp-api-gateway-spec example snippets
bash
composer install
vendor/bin/phpunit # tests (golden files + schema validation)
vendor/bin/phpstan analyse # static analysis
vendor/bin/php-cs-fixer fix # code style