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

# Integrations

> Connect Simiz to your favorite e-commerce platforms, CMS, and frameworks

Simiz provides plugins and libraries for popular platforms so you can start accepting mobile money payments without writing payment code from scratch. Choose your platform below to get started.

## E-commerce Platforms

Accept payments directly in your online store with our ready-made plugins.

<CardGroup cols={2}>
  <Card title="WooCommerce" icon="cart-shopping" href="/en/integrations/woocommerce">
    Accept mobile money payments in your WooCommerce store. Supports redirect, embedded, and popup checkout modes.

    **Available**
  </Card>

  <Card title="PrestaShop" icon="cart-shopping" href="/en/integrations/prestashop">
    Accept mobile money payments in your PrestaShop store. Supports PrestaShop 1.7 and 8.0+.

    **Available**
  </Card>

  <Card title="Shopify" icon="cart-shopping" href="/en/integrations/shopify">
    Simiz payment app for Shopify stores with checkout extension support.

    **Available**
  </Card>

  <Card title="Magento 2" icon="cart-shopping" href="/en/integrations/magento">
    Accept mobile money payments in your Magento 2 store.

    **Available**
  </Card>

  <Card title="Odoo" icon="cart-shopping" href="/en/integrations/odoo">
    Odoo payment provider module for accepting mobile money payments.

    **Available**
  </Card>
</CardGroup>

## Content Management Systems

Add payment forms and donation buttons to your CMS-powered website.

<CardGroup cols={2}>
  <Card title="WordPress" icon="wordpress" href="/en/integrations/wordpress">
    Standalone payment plugin for WordPress sites (non-WooCommerce). Accept payments via shortcodes and payment forms.

    **Available**
  </Card>

  <Card title="Drupal Commerce" icon="droplet" href="/en/integrations/drupal">
    Simiz payment gateway for Drupal Commerce.

    **Available**
  </Card>
</CardGroup>

## Web Frameworks

Integrate Simiz into your custom application with framework-specific libraries.

<CardGroup cols={2}>
  <Card title="Laravel" icon="php" href="/en/integrations/laravel">
    Service provider, facade, and webhook middleware for Laravel applications.

    **Available**
  </Card>

  <Card title="NestJS" icon="js" href="/en/integrations/nestjs">
    Injectable module with guards and DTOs for NestJS applications.

    **Available**
  </Card>

  <Card title="Django" icon="python" href="/en/integrations/django">
    Django app with models, views, and webhook handling for Django projects.

    **Available**
  </Card>

  <Card title="Ruby on Rails" icon="gem" href="/en/integrations/rails">
    Rails engine with payment gateway and webhook controller.

    **Available**
  </Card>
</CardGroup>

## Build Your Own Integration

If your platform isn't listed above, you can integrate Simiz directly using our REST API or one of our SDKs.

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/api-reference">
    Use the Simiz REST API directly from any language or platform.
  </Card>

  <Card title="Node.js SDK" icon="js" href="/sdks/nodejs/overview">
    Official Node.js SDK with TypeScript support.
  </Card>

  <Card title="PHP SDK" icon="php" href="/sdks/php/overview">
    Official PHP SDK for server-side integrations.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python/overview">
    Official Python SDK for Django, Flask, FastAPI, and more.
  </Card>
</CardGroup>

## Request an Integration

Don't see your platform? We're always expanding our integration catalog. Let us know what you need:

* **Email**: [support@simiz.io](mailto:support@simiz.io)
* **GitHub**: [Open an issue](https://github.com/simiz-io/simiz-plugins/issues/new) on our plugin repository
* **Dashboard**: Submit a request from your [Simiz dashboard](https://simiz.io/dashboard)

<Tip>
  Want to build and contribute a community plugin? Check out our [plugin development guide](https://github.com/simiz-io/simiz-plugins/blob/main/CONTRIBUTING.md) on GitHub.
</Tip>
