File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 27
27
"minimum-stability" : " stable" ,
28
28
"require" : {
29
29
"php" : " ^7.4 || ^8.0"
30
- }
30
+ },
31
+ "funding" : [
32
+ {
33
+ "type" : " buymeacoffee" ,
34
+ "url" : " https://buymeacoffee.com/ragod"
35
+ }
36
+ ]
31
37
}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Latest OAuth 2.0 Rest API Wrapper for UPS web services.
12
12
5 . [ Tracking API] ( #tracking )
13
13
6 . [ Documentation] ( #api-docs )
14
14
7 . [ License] ( #license-section )
15
+ 8 . [ Support the Project] ( #support-section )
15
16
16
17
<a name =" requirements " ></a >
17
18
## Requirements
@@ -320,3 +321,11 @@ echo '<pre>'; print_r($trackingRes); echo '</pre>'; die();
320
321
## License
321
322
322
323
PHP UPS API is licensed under [ The MIT License (MIT)] ( LICENSE ) .
324
+
325
+ <a name =" support-section " ></a >
326
+ ## Support the Project
327
+
328
+ If you enjoy using this package, please consider [ buying me a coffee] ( https://www.buymeacoffee.com/ragod ) . Your support keeps the development going! ☕
329
+
330
+ [ ![ Buy Me a Coffee] ( https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg )] ( https://www.buymeacoffee.com/ragod )
331
+
You can’t perform that action at this time.
0 commit comments