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

# Plugins and Extensions

> Official and community-built plugins, SDKs, and extensions for ClickPesa integration

<Note>
  Have you built a plugin or SDK for ClickPesa? We'd love to showcase it! Contact us at [tech@clickpesa.com](mailto:tech@clickpesa.com) to have your community-built plugin or SDK featured on this list.
</Note>

## Official Plugins and SDK

Official plugins and SDKs are developed and maintained by the ClickPesa team. These plugins and SDKs are fully tested, regularly updated, and come with official support.

<CardGroup cols={2}>
  <Card title="WooCommerce Plugin" icon="shopping-cart" href="https://github.com/ClickPesa/ClickPesa-WooCommerce-Plugin-Release/releases">
    Official ClickPesa payment gateway plugin for WooCommerce. Accept mobile money and card payments directly in your WordPress store.
  </Card>
</CardGroup>

## Community Plugins and SDK

Community plugins and SDKs are developed by the ClickPesa community and can be useful for specific use cases.

<Warning>
  Community plugins and SDKs are provided as-is and may not be officially supported or tested by ClickPesa. Use them at your own discretion. If you encounter any issues, please contact the plugin author directly.
</Warning>

<CardGroup cols={2}>
  <Card title="Laravel Package" icon="code" href="https://packagist.org/packages/emilkitua/clickpesa">
    Laravel integration package for ClickPesa API. Supports token authorization, USSD checkout, card payments, payment status queries, and wallet balance retrieval.

    **Built by:** Emil Kitua
  </Card>

  <Card title="Python SDK" icon="code" href="https://github.com/JAXPARROW/clickpesa-python-sdk">
    Production-grade Python SDK for the ClickPesa API. Sync & async support, collections, payouts, BillPay, webhooks, auto token management, checksum injection, and retry logic.

    **Built by:** Jackson Linus
  </Card>
</CardGroup>
