https://github.com/conedevelopment/billingo-php
Billingo PHP SDK.
https://github.com/conedevelopment/billingo-php
api billingo invoice php rest-api rest-client sdk
Last synced: 6 months ago
JSON representation
Billingo PHP SDK.
- Host: GitHub
- URL: https://github.com/conedevelopment/billingo-php
- Owner: conedevelopment
- License: mit
- Created: 2023-12-04T10:23:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T08:38:26.000Z (about 1 year ago)
- Last Synced: 2025-04-16T05:07:19.673Z (11 months ago)
- Topics: api, billingo, invoice, php, rest-api, rest-client, sdk
- Language: PHP
- Homepage: https://app.swaggerhub.com/apis/Billingo/Billingo/
- Size: 573 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Billingo PHP SDK
## Installation
### Requirements
PHP 8.1 or later.
## Usage
```php
$client = new Cone\Billingo\Billingo('API_KEY');
// Configuration
$client->config();
// Bank accounts
$client->bankAccounts();
//...
```