File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Latest Changelog
2
+
3
+ v2.2 -> v2.3.1
4
+ Drop support: Laravel 8, 9, 10 and PHP 8.1
5
+ Add support: Laravel 12 and PHP 8.2
6
+
1
7
# Billingo API V3 Laravel and PHP Wrapper
2
8
3
9
This is a simple Laravel (PHP) wrapper for Billingo (billingo.hu) API V3 SwaggerHUB PHP SDK.
4
10
5
- Compatible with: Laravel 8.x, 9.x and 10 .x or PHP 8.1 <=
11
+ Compatible with: Laravel 11.x and 12 .x or PHP 8.2 <=
6
12
7
13
** You can use the wrapper easily with all type of PHP projects (not just Laravel) from 1.0.0 version without changing except downloadInvoice method.**
8
14
@@ -548,7 +554,6 @@ Create receipt with make and get receipt id:
548
554
$billingo->api('Document')->make($receipt)->model('ReceiptInsert')->create()->getId();
549
555
```
550
556
551
-
552
557
### List invoices, partners, blocks, etc example:
553
558
554
559
#### Laravel
@@ -825,7 +830,6 @@ Create invoice from draft invoice:
825
830
$billingoApi->api('Document')->createInvoiceFromDraft(INVOICE_ID)->getResponse();
826
831
```
827
832
828
-
829
833
#### Laravel
830
834
831
835
Create receipt from draft invoice:
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^8.1 " ,
21
+ "php" : " ^8.2 " ,
22
22
"illuminate/support" : " ^11|^12" ,
23
23
"deviddev/billingo-api-v3-php-sdk" : " ^v0.3.0"
24
24
},
You can’t perform that action at this time.
0 commit comments