autorest
Version:
The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.
22 lines (16 loc) • 503 B
Markdown
# Default Configuration - PHP
The V2 version of the PHP Generator.
```yaml $(php) && preview
# default the v2 generator to using the last stable @microsoft.azure/autorest-core
version: ~2.0.4413
use-extension:
"@microsoft.azure/autorest.php": "~2.0.12"
try-require: ./readme.php.md
```
```yaml $(php)
# default the v2 generator to using the last stable @microsoft.azure/autorest-core
version: ~2.0.4413
use-extension:
"@microsoft.azure/autorest.php": "~2.0.12"
try-require: ./readme.php.md
```