Skip to content

Commit 0580bdf

Browse files
committed
Update support section
1 parent 8cecb0a commit 0580bdf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@
2727
"minimum-stability": "stable",
2828
"require": {
2929
"php": "^7.4 || ^8.0"
30-
}
30+
},
31+
"funding": [
32+
{
33+
"type": "buymeacoffee",
34+
"url": "https://buymeacoffee.com/ragod"
35+
}
36+
]
3137
}

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Latest OAuth 2.0 Rest API Wrapper for UPS web services.
1212
5. [Tracking API](#tracking)
1313
6. [Documentation](#api-docs)
1414
7. [License](#license-section)
15+
8. [Support the Project](#support-section)
1516

1617
<a name="requirements"></a>
1718
## Requirements
@@ -320,3 +321,11 @@ echo '<pre>'; print_r($trackingRes); echo '</pre>'; die();
320321
## License
321322

322323
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+

0 commit comments

Comments
 (0)