conedevelopment/billingo-php

The Billingo PHP SDK.

Installs: 4 149

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/conedevelopment/billingo-php

v1.1.0 2025-07-16 16:49 UTC

This package is auto-updated.

Last update: 2025-09-29 07:27:37 UTC


README

Installation

Requirements

PHP 8.1 or later.

Usage

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

// Configuration
$client->config();

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

//...