> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 项目目录

> 社区维护的 Dodo Payments 库、插件和模板。

按类别浏览社区项目。每个卡片直接链接到相应的代码库。

<Tabs>
  <Tab title="Libraries & SDKs">
    <CardGroup cols={1}>
      <Card title="dodopayments-webhooks (TypeScript)" href="https://github.com/sancho1952007/dodopayments-webhooks" icon="node-js">
        针对多种框架的通用 webhook 验证和处理程序。
        <br />包括 Express、Hono、Elysia 等的签名验证和类型化事件处理。
        <br /><br />By <a href="https://github.com/sancho1952007">@sancho1952007</a> (Sancho Godinho)
        <br /><br />`TypeScript` `Webhooks` `Node`
      </Card>

      <Card title="dodpayments_rust_sdk (Rust)" href="https://github.com/Muhammad-Owais-Warsi/dodpayments_rust_sdk" icon="rust">
        用于与 Dodo Payments API 交互的 Rust SDK。
        <br />提供类型化模型和辅助工具，以便从 Rust 服务调用核心端点。
        <br /><br />By <a href="https://github.com/Muhammad-Owais-Warsi">@Muhammad-Owais-Warsi</a>
        <br /><br />`Rust` `SDK`
      </Card>

      <Card title="Dodo Payments Laravel SDK (PHP)" href="https://github.com/codeplugtech/dodo-payments" icon="php">
        Laravel SDK for Dodo Payments。
        <br />通过现成的服务类和辅助工具，轻松将 Dodo Payments API 集成到您的 Laravel 应用程序中。
        <br /><br />By <a href="https://github.com/codeplugtech">@codeplugtech</a>
        <br /><br />`PHP` `Laravel` `SDK`
      </Card>

      <Card title="dodo-payments-rs (Rust)" href="https://github.com/PiyushXCoder/dodo-payments-rs" icon="rust">
        简单易用的 SDK，用于与 Dodo Payments API 交互。
        <br />它带有预定义的请求和响应结构，并使用构建者模式简化构建和发送与支付相关的 API 调用。
        <br /><br />By <a href="https://github.com/PiyushXCoder">@PiyushXCoder</a>
        <br /><br />`Rust` `SDK`
      </Card>

      <Card title="multi-app-dodo-payments (Python)" href="https://github.com/aniketkarne/multi-app-dodo-payments" icon="python">
        使用单一微服务应用程序处理多个应用程序的 Dodo Payments：
        <br />采用 FastAPI 构建的生产就绪支付微服务，使用 Dodo Payments 处理多个应用程序的支付。
        <br />功能包括 <br /> `credit management`, `subscription support`, `webhook processing with idempotency`, `complete audit trails`, `MixPanel Analytics`, `Backend-to-backend architecture with API key authentication`。
        <br /><br />By <a href="https://github.com/aniketkarne">@aniketkarne</a> (Aniket Karne)
        <br /><br />`Python` `Fast-API` `Library`
      </Card>

      <Card title="Dodo Payments Flutter SDK (Dart)" href="https://github.com/MrPrinceRawat/dodopayments-flutter" icon="mobile">
        Dart/Flutter SDK for Dodo Payments，涵盖完整的 API。
        <br />20 个资源，60+ 方法，类型化模型，以及带有 WebView 的即插即用 DodoCheckoutButton 小部件。
        <br /><br />By <a href="https://github.com/MrPrinceRawat">@MrPrinceRawat</a>
        <br /><br />`Dart` `Flutter` `SDK`
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Plugins & Extensions">
    <CardGroup cols={1}>
      <Card title="Dodo WHMCS (PHP)" href="https://github.com/Akash123a5/dodo-whmcs" icon="php">
        WHMCS 支付网关模块集成。
        <br />即插即用提供程序，可在 WHMCS 中使用 Dodo Payments 接受付款。
        <br /><br />由 <a href="https://github.com/Akash123a5">@Akash123a5</a>
        <br /><br />`PHP` `WHMCS` `Plugin`
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Boilerplates & Starters">
    <CardGroup cols={1}>
      <Card title="DodoPayments Boilerplate" href="https://github.com/snehalsaurabh/DodoPayments-Boilerplate" icon="rocket">
        快速集成 Dodo Payments 的入门模板。
        <br />包含示例结账流程、API 链接和环境配置。
        <br /><br />由 <a href="https://github.com/snehalsaurabh">@snehalsaurabh</a>
        <br /><br />`Boilerplate`
      </Card>

      <Card title="Dodo Payments Boilerplate" href="https://github.com/vanshcodeworks/dodo_payments_boilerplate" icon="rocket">
        轻量级常用流程入门模板。
        <br />最小设置即可创建并确认付款，并提供示例页面。
        <br /><br />由 <a href="https://github.com/vanshcodeworks">@vanshcodeworks</a>
        <br /><br />`Boilerplate`
      </Card>

      <Card title="PaymentService" href="https://github.com/rasadov/PaymentService" icon="rocket">
        带有支付流程的服务模板。
        <br />展示围绕支付意图和 Webhook 的清晰架构。
        <br /><br />由 <a href="https://github.com/rasadov">@rasadov</a>
        <br /><br />`Template`
      </Card>

      <Card title="DodoStarter Boilerplate" href="https://github.com/AINotSoSmart/dodostarter" icon="rocket">
        使用 Supabase 身份验证和 Dodo Payments 集成的 Next.js SaaS 入门。
        <br />您可以在一个下午内从空文件夹搭建出可运行的应用。
        <br /><br />由 <a href="https://github.com/KissuChaudhary">@KissuChaudhary</a>
        <br /><br />`TypeScript` `Next.js` `Boilerplate`
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

<Note>
  想让你的项目上榜？请参阅 <a href="/community/submit">提交你的项目</a>。
</Note>
