Ressourcen / SDKs & Libraries

Official SDKs & Libraries

Integrate Laabam into your application with our official SDKs

Available SDKs

💛

Version

v3.2.0

JavaScript / TypeScript

Official SDK for Node.js and browser environments

25K/month
TypeScript support
Promise-based API
Automatic retries
Type definitions
🐍

Version

v2.8.1

Python

Official Python SDK with async support

18K/month
Async/await support
Type hints
Django integration
Flask middleware
🐘

Version

v2.5.0

PHP

Comprehensive PHP SDK for Laravel and other frameworks

12K/month
Laravel support
Composer package
PSR-7 compatible
Well documented
💎

Version

v2.3.2

Ruby

Ruby SDK with Rails integration

8K/month
Rails generators
ActiveRecord support
RSpec helpers
Thread-safe

Version

v1.9.0

Java

Unternehmen-grade Java SDK

6K/month
Maven/Gradle
Spring Boot
Async support
Comprehensive tests
🔷

Version

v1.7.3

Go

Lightweight Go SDK with excellent performance

5K/month
Minimal dependencies
Context support
Goroutine-safe
Fast performance

Quick Start Example

Get started in minutes with our easy-to-use SDKs:

// JavaScript/TypeScript Example
import { Laabam } from 'laabam-sdk';

const laabam = new Laabam({
  apiKey: process.env.LAABAM_API_KEY
});

// Create an invoice
const invoice = await laabam.invoices.create({
  customer_id: 'cust_123',
  items: [
    {
      description: 'Consulting Services',
      quantity: 1,
      rate: 50000
    }
  ],
  currency: 'INR'
});

console.log('Invoice created:', invoice.id);

Installation

javascript
npm install laabam-sdk
python
pip install laabam-sdk
php
composer require laabam/sdk
ruby
gem install laabam-sdk
java
<dependency> <groupId>com.laabam</groupId> <artifactId>laabam-sdk</artifactId> <version>1.9.0</version> </dependency>
go
go get github.com/laabam/laabam-go

SDK Features

Full API Coverage

  • All endpoints
  • Complete features
  • Regular updates
  • Backward compatible

Developer Friendly

  • Intuitive API
  • Type safety
  • Auto-complete
  • Error handling

Well Documented

  • Code examples
  • API reference
  • Migration guides
  • Best practices

Need Support?

Join our developer community or get help from our support team

GitHub Issues

Report bugs or request features

Stack Overflow

Get answers from the community

Developer Slack

Chat with other developers

Start Building Today

Choose your preferred language and integrate Laabam in minutes

Loslegen