Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 231 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 231 Bytes

Billingo PHP SDK

Installation

Requirements

PHP 8.1 or later.

Usage

$client = new Cone\Billingo\Billingo('API_KEY');

// Configuration
$client->config();

// Bank accounts
$client->bankAccounts();

//...