Libraries & SDKs
Official libraries and SDKs to simplify Wallet API integration in various programming languages.
Quick Start
Choose your preferred language and get started in minutes with ready-to-use code examples.
Available Libraries
PHP Library
Status: ✅ Official, actively maintained Repository: GitHub Installation: Composer Documentation: PHP Library Guide
composer require paysera/lib-wallet-php-client
Best for:
- Server-side payment processing
- E-commerce backends
- API integrations
- Webhook handlers
JavaScript SDK
Status: ✅ Official
Type: Client-side library
Documentation: JavaScript SDK Guide
<script src="https://developers-old.paysera.com/bundles/evpwallet/downloads/WebToPayWallet.min.js"></script>
Best for:
- Payment dialogs (lightbox/popup)
- OAuth integration
- Client-side user flows
- Upload funds/Cash out dialogs
Quick Comparison
| Feature | PHP Library | JavaScript SDK |
|---|---|---|
| Environment | Server-side | Client-side (Browser) |
| Authentication | MAC / SSL Certificate | Client ID only |
| API Calls | Full API access | Limited (dialog management) |
| Payment Creation | ✅ Yes | ❌ No (server handles) |
| User Dialogs | ❌ No | ✅ Yes (lightbox/popup) |
| Callbacks | ✅ Handle webhooks | ✅ Dialog events |
| OAuth |