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.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to Packagist
      • Configuration
      • Adding custom code
      • Changelog
      • Customer showcase
  • Reference
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
GeneratorsPHP

Changelog

November 20, 2025
November 20, 2025

1.19.1

(feat): Add support for multi-URL environments. Generated SDKs now use a class-based Environments with readonly properties for each service URL, enabling APIs with different base URLs per service (e.g., EC2 and S3). Sub-clients receive the full Environments instance and access their specific URL via property access.

1.18.3

(fix): Fix duplicate logging in PHP SDK generator by including class names in log messages. Previously, multiple types in the same directory would log identical “Generating {directory}” messages, causing log spam. Now each type logs a unique “Generating {directory}/{className}” message.

1.18.2

(fix): Fallback to unpaged method for custom pagination instead of hard failing. Endpoints with custom pagination will now generate normal request/response methods instead of throwing an error.

Was this page helpful?
Edit this page
Previous

November 21, 2025

Next

November 19, 2025