alphaws / laravel-billingo-v3
Laravel wrapper for Billingo Invoice Api v3
Fund package maintenance!
Alphaws
dev-main
2021-07-26 12:52 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^6 || ^7 || ^8
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^9.3
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2024-10-26 20:15:28 UTC
README
Usage
<?php use Alphaws\BillingoApiV3\BillingoApi; $billingoApi = new BillingoApi('xxxxx-xxx...'); $partners = $billingoApi->getPartners(1); dump($partners);
Result:
array:7 [▼ "total" => 245 "per_page" => 25 "current_page" => 1 "last_page" => 10 "prev_page_url" => null "next_page_url" => "https://api.billingo.hu/v3/partners?per_page=25&page=2" "data" => array:25 [▶] ]