Integrate Laabam into your application with our official SDKs
Version
v3.2.0
Official SDK for Node.js and browser environments
Version
v2.8.1
Official Python SDK with async support
Version
v2.5.0
Comprehensive PHP SDK for Laravel and other frameworks
Version
v2.3.2
Ruby SDK with Rails integration
Version
v1.9.0
Unternehmen-grade Java SDK
Version
v1.7.3
Lightweight Go SDK with excellent performance
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);npm install laabam-sdkpip install laabam-sdkcomposer require laabam/sdkgem install laabam-sdk<dependency>
<groupId>com.laabam</groupId>
<artifactId>laabam-sdk</artifactId>
<version>1.9.0</version>
</dependency>go get github.com/laabam/laabam-goJoin our developer community or get help from our support team
Report bugs or request features
Get answers from the community
Chat with other developers