PHP SDK
Configure and publish a PHP / Composer SDK target.
Generates a Composer package with a PSR-4 namespace.
Target settings
Setting | Purpose |
|---|---|
Package name | Composer name (for example |
Namespace | Root PHP namespace (for example |
Description | Optional package description |
Typical install after publish:
composer require acme/payments
Build output
The generator writes composer.json, client classes, and models under the configured namespace. Merge the build PR, tag a release, and push to Packagist (or a private Composer registry).