> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Agent PHP SDK

<h2 id="runtime">
  Runtime
</h2>

| Item                    | Value                                    |
| ----------------------- | ---------------------------------------- |
| Package                 | sixmm/agent-sdk                          |
| Minimum PHP version     | PHP 7.4+                                 |
| Recommended PHP version | PHP 8.1+ or currently supported versions |
| Required extensions     | ext-json, ext-curl                       |

<h2 id="supported-scenarios">
  Supported scenarios
</h2>

| Scenario              | SDK method              |
| --------------------- | ----------------------- |
| Bind user             | bind                    |
| Fixed amount transfer | transfer                |
| Transfer all out      | transferAllOut          |
| Reverse transfer      | reverse                 |
| Query order           | queryOrder              |
| Create entry URL      | createEntryUrl          |
| Webhook verification  | WebhookVerifier::verify |