# 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
```
