PHPackages                             iberbanco/php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. iberbanco/php-sdk

ActiveLibrary[API Development](/categories/api)

iberbanco/php-sdk
=================

Production-ready PHP SDK for Iberbanco API v2 - Enterprise banking platform with 80+ currencies, professional enums, type-safe DTOs, optimized performance, and comprehensive financial services

v2.1.0(10mo ago)0796↓45%MITPHPPHP ^8.1

Since Jul 1Pushed 10mo agoCompare

[ Source](https://github.com/iberbanco/php-sdk)[ Packagist](https://packagist.org/packages/iberbanco/php-sdk)[ Docs](https://iberbancoltd.com)[ RSS](/packages/iberbanco-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

Iberbanco PHP SDK
=================

[](#iberbanco-php-sdk)

🏦 **Official PHP SDK for [Iberbanco API v2](https://sandbox.api.iberbanco.finance/)** - Professional banking platform supporting 80+ currencies, 185+ jurisdictions, and comprehensive financial services.

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

🌟 Key Features
--------------

[](#-key-features)

- **Complete Banking Operations**: Users, Accounts, Cards, Transactions, Export
- **Enhanced Security**: 3-layer authentication system (Token + Timestamp + Hash)
- **Multiple Transaction Types**: SWIFT, SEPA, ACH, BACS, Crypto, and more
- **Export Capabilities**: Comprehensive data export with email delivery
- **Card Management**: Virtual and physical card operations
- **Exchange Services**: Real-time currency exchange rates
- **Robust Error Handling**: Comprehensive exception management
- **Type-Safe DTOs**: Data Transfer Objects with validation for all requests
- **Professional Enums**: Type-safe enums for currencies, statuses, and types
- **PSR-4 Compliant**: Modern PHP standards and best practices

📋 Requirements
--------------

[](#-requirements)

- PHP 8.1 or higher
- cURL extension
- JSON extension
- Hash extension

📦 Installation
--------------

[](#-installation)

Install the SDK via Composer:

```
composer require iberbanco/php-sdk
```

### 📚 Example Files

[](#-example-files)

The SDK includes comprehensive example files:

- `examples/basic_usage.php` - Basic SDK operations and authentication
- `examples/transaction_management.php` - Transaction processing examples
- `examples/card_management.php` - Card operations and management
- `examples/dto_usage.php` - Complete DTO usage demonstrations
- `examples/configuration_examples.php` - Configuration options

🚀 Quick Start
-------------

[](#-quick-start)

### Basic Setup

[](#basic-setup)

```
