For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • Capabilities
    • Customer Showcase
  • Generators
      • Quickstart
      • Configuration
      • Changelog
      • Publishing to Packagist
    • MCP Server
  • Deep Dives
    • Customize Method Names
    • Setup local SDK previews
    • Configure Global Headers
    • Configure Auto-Pagination
    • Configure Idempotency
    • Filter Your Endpoints (Audiences)
  • Reference
    • generators.yml
LogoLogo
Slack communityLog inBook a demo
On this page
  • SDK Configuration Options
  • clientName
  • composerJson
  • inlinePathParameters
  • namespace
  • packageName
  • packagePath
  • propertyAccess
GeneratorsPHP

PHP Configuration

Was this page helpful?
Previous

Changelog

Next
Built with

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.23.2
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'