diff --git a/fern/products/sdks/overview/php/configuration.mdx b/fern/products/sdks/overview/php/configuration.mdx index 16e160d57..c13786cc9 100644 --- a/fern/products/sdks/overview/php/configuration.mdx +++ b/fern/products/sdks/overview/php/configuration.mdx @@ -3,6 +3,39 @@ title: PHP Configuration description: Configuration options for the Fern PHP SDK. --- -# PHP Configuration +You can customize the behavior of the PHP SDK generator in `generators.yml`: + +```yaml {7-8} +default-group: local +groups: + local: + generators: + - name: fernapi/fern-python + version: + config: + clientName: YourClientName +``` + +## SDK Configuration Options + + + + + + + + + + + + + + + + + + + + + -Discover how to configure the Fern PHP SDK for your project. \ No newline at end of file