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

# Packages and changelogs

The latest official Mangopay SDK releases are published on the relevant package management platform for each language. The changelogs of each release are published below, as well as the integration guides.

## Server-side SDKs

<Warning>
  **Caution – Use only the mangopay4 packages (late Nov 2025)**

  Please ensure you use **only** the packages with **mangopay4** in the name (this is the package name and has no connection with the SDK version number).

  **Any other package must not be used.** You need to update your package manually.

  Since November 25, 2025, Mangopay's official SDKs are no longer accessible on GitHub (with the exception of PHP for publication reasons).
</Warning>

### Java

**Package:** <a href="https://central.sonatype.com/artifact/com.mangopay/mangopay4-java-sdk" target="_blank">mangopay4-java-sdk</a>

**View source:** On <a href="https://central.sonatype.com/artifact/com.mangopay/mangopay4-java-sdk" target="_blank">Maven Sonatype Central</a>, you can find the -sources.jar file under the versions/files tab. Downloading and unzipping this JAR will provide the Java source files.

**Other resources:** [changelog](/release-notes/sdk/java), [integration guide](/sdks/java)

### Node.js

**Package:** <a href="https://www.npmjs.com/package/mangopay4-nodejs-sdk" target="_blank">mangopay4-nodejs-sdk</a>

**View source:** On the <a href="https://www.npmjs.com/package/mangopay4-nodejs-sdk" target="_blank">npm page</a>, the ***Code*** tab shows the file structure and code. You can also use utilities like <a href="https://app.unpkg.com/mangopay4-nodejs-sdk" target="_blank">UNPKG</a>.

**Other resources:** [changelog](/release-notes/sdk/nodejs), [integration guide](/sdks/nodejs)

### .Net

**Package:** <a href="https://www.nuget.org/packages/mangopay4-net-sdk" target="_blank">mangopay4-net-sdk</a>

**View source:** You can use the <a href="https://nuget.info/packages/mangopay4-net-sdk" target="_blank">NuGet Package Explorer</a> to view some of the package contents without downloading them.

**Other resources:** [changelog](/release-notes/sdk/net), [integration guide](/sdks/net)

### PHP

**Package:** <a href="https://packagist.org/packages/mangopay4/php-sdk" target="_blank">mangopay4/php-sdk</a>

**View source:** Available on <a href="https://github.com/Mangopay/mangopay4-php-sdk" target="_blank">GitHub</a>.

**Other resources:** [changelog](/release-notes/sdk/php), [integration guide](/sdks/php)

### Python

**Package:** <a href="https://pypi.org/project/mangopay4-python-sdk" target="_blank">mangopay4-python-sdk</a>

**View source:** On the <a href="https://pypi.org/project/mangopay4-python-sdk/" target="_blank">PyPI page</a>, you can download the .tar.gz (Source Distribution) file and unzip it.

**Other resources:** [changelog](/release-notes/sdk/python), [integration guide](/sdks/python)

### Ruby

**Package:** <a href="https://rubygems.org/gems/mangopay4-ruby-sdk" target="_blank">mangopay4-ruby-sdk</a>

**View source:** On the <a href="https://rubygems.org/gems/mangopay4-ruby-sdk" target="_blank">RubyGems page</a>, click ***Download*** to get the .gem file (a compressed archive of the source code).

**Other resources:** [changelog](/release-notes/sdk/ruby), [integration guide](/sdks/ruby)

## Checkout SDK

<CardGroup cols={3}>
  <Card title="Checkout SDK" href="https://www.npmjs.com/package/@mangopay/checkout-sdk">
    npm

    **@mangopay/checkout-sdk**
  </Card>
</CardGroup>
