> ## 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">
        여러 프레임워크용 범용 웹훅 검증 및 핸들러.
        <br />Express, Hono, Elysia 등에서 서명 검증 및 타입화된 이벤트 처리를 포함합니다.
        <br /><br />작성자 <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 />작성자 <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">
        Dodo Payments용 Laravel SDK.
        <br />준비된 서비스 클래스와 도우미를 통해 Dodo Payments API를 Laravel 애플리케이션에 손쉽게 통합할 수 있습니다.
        <br /><br />작성자 <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">
        Dodo Payments API와 상호작용하기 위한 사용하기 쉬운 SDK.
        <br />요청과 응답에 대한 미리 정의된 구조를 포함하고, 빌더 패턴을 사용하여 결제 관련 API 호출을 더 간편하게 구성하고 전송합니다.
        <br /><br />작성자 <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 />Dodo Payments를 사용하는 여러 애플리케이션의 결제를 처리하는 FastAPI 기반의 프로덕션 준비된 결제 마이크로서비스입니다.
        <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 />작성자 <a href="https://github.com/aniketkarne">@aniketkarne</a> (Aniket Karne)
        <br /><br />`Python` `Fast-API` `Library`
      </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 />Dodo Payments를 사용하여 WHMCS에서 결제를 수락하는 드롭인 제공자입니다.
        <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 />결제 인텐트 및 웹훅 주위의 클린 아키텍처를 보여줍니다.
        <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>
