Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T09:28:48.000Z (about 1 month ago)
- Last Synced: 2024-10-31T23:04:06.995Z (18 days ago)
- Topics: api, billingo, invoice, php, rest-api, rest-client, sdk
- Language: PHP
- Homepage: https://app.swaggerhub.com/apis/Billingo/Billingo/
- Size: 449 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
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();//...
```