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

# FedaPay SDK Overview

Explore FedaPay's robust SDKs for seamless payment integrations. With a range of server-side and front-end SDKs, developers can easily manage transactions, notifications, and more.

## Server-Side SDKs

Our server-side SDKs empower back-end developers to integrate FedaPay functionalities with their applications. Each SDK provides tools to create customers, handle transactions, and interact with the FedaPay API effectively.

<CardGroup cols={2}>
  <Card title="PHP" icon="php" href="/sdks/en/php-en">
    A comprehensive library for PHP developers, compatible with frameworks like Laravel and Symfony.
  </Card>

  <Card title="Node.js" icon="node" href="/sdks/en/nodejs-en">
    Designed for JavaScript server-side environments, this SDK simplifies API interaction in Node.js applications.
  </Card>

  <Card title="Ruby" icon="gem" href="/sdks/en/ruby-en">
    Tailored for Ruby and Ruby on Rails developers, enabling effortless API integration and payment processing.
  </Card>
</CardGroup>

## SDKs Web

The front-end SDKs allow developers to easily integrate payment options into their web applications while leveraging prebuilt widgets and interfaces.

<CardGroup cols={2}>
  <Card title="React" icon="react" href="/sdks/en/reactjs-en">
    A React library to embed FedaPay’s payment button and widget, ideal for modern web applications.
  </Card>

  <Card title="Angular" icon="angular" href="/sdks/en/angular-en">
    Designed for Angular projects, this SDK ensures a seamless integration of FedaPay's payment functionalities through tailored components.
  </Card>
</CardGroup>

<Note>
  ***Click on any SDK to explore its documentation, get installation instructions, and view use cases tailored to your development needs.***
</Note>
