@@ -135,6 +135,7 @@ This document describes the schema for the librarian.yaml.
135135| ` go ` | [ GoModule] ( #gomodule-configuration ) (optional) | Contains Go-specific library configuration. |
136136| ` java ` | [ JavaModule] ( #javamodule-configuration ) (optional) | Contains Java-specific library configuration. |
137137| ` nodejs ` | [ NodejsPackage] ( #nodejspackage-configuration ) (optional) | Contains Node.js-specific library configuration. |
138+ | ` php ` | [ PHPPackage] ( #phppackage-configuration ) (optional) | Contains PHP-specific library configuration. |
138139| ` python ` | [ PythonPackage] ( #pythonpackage-configuration ) (optional) | Contains Python-specific library configuration. |
139140| ` rust ` | [ RustCrate] ( #rustcrate-configuration ) (optional) | Contains Rust-specific library configuration. |
140141| ` swift ` | [ SwiftPackage] ( #swiftpackage-configuration ) (optional) | Contains Swift-specific library configuration. |
@@ -190,6 +191,7 @@ This document describes the schema for the librarian.yaml.
190191| ` go ` | [ GoAPI] ( #goapi-configuration ) (optional) | Contains Go-specific API configuration. |
191192| ` java ` | [ JavaAPI] ( #javaapi-configuration ) (optional) | Contains Java-specific API configuration. |
192193| ` nodejs ` | [ NodejsAPI] ( #nodejsapi-configuration ) (optional) | Contains Node.js-specific API configuration. |
194+ | ` php ` | [ PHPAPI] ( #phpapi-configuration ) (optional) | Contains PHP-specific API configuration. |
193195
194196## GoDefault Configuration
195197
@@ -418,6 +420,17 @@ This document describes the schema for the librarian.yaml.
418420| ` metadata_name_override ` | string | Allows the name field in .repo-metadata.json to be overridden. |
419421| ` name_pretty_override ` | string | Allows the name_pretty field in .repo-metadata.json to be overridden. |
420422
423+ ## PHPAPI Configuration
424+
425+ | Field | Type | Description |
426+ | :--- | :--- | :--- |
427+ | ` migration_mode ` | string | Controls migration mode setting for the PHP generator (e.g. "NEW_SURFACE_ONLY"). |
428+
429+ ## PHPPackage Configuration
430+
431+ | Field | Type | Description |
432+ | :--- | :--- | :--- |
433+
421434## PythonDefault Configuration
422435
423436| Field | Type | Description |
0 commit comments