PHP Configuration

You can customize the behavior of the PHP SDK generator in generators.yml:

1default-group: local
2groups:
3 local:
4 generators:
5 - name: fernapi/fern-python
6 version: 4.25.6
7 config:
8 clientName: YourClientName

SDK Configuration Options

clientName
string
composerJson
Record<string, any>
inlinePathParameters
boolean
namespace
string
packageName
string
packagePath
string
propertyAccess
'public' | 'private'