Skip to content

Commit ddfdc63

Browse files
authored
Update README.md
1 parent 9c7a7e6 commit ddfdc63

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ A PHP base class that you can use to upload any file into the server. It is a ve
77

88
![GitHub](https://img.shields.io/github/license/learncodeweb/multi-files-upload-and-image-resizer?label=License)
99
![GitHub file size in bytes](https://img.shields.io/github/size/learncodeweb/multi-files-upload-and-image-resizer/src/FilesUploadAndImageResize.php?label=Main%20Class%20File%20Size)
10-
![GitHub all releases](https://img.shields.io/github/downloads/LearnCodeWeb/multi-files-upload-and-image-resizer/total?label=GitHub%20Download)
1110
![Packagist Downloads](https://img.shields.io/packagist/dt/learncodeweb/filesupload?label=Composer%20Install)
1211
![GitHub repo size](https://img.shields.io/github/repo-size/learncodeweb/multi-files-upload-and-image-resizer?label=Total%20Repo.%20Size)
1312

14-
<a href="https://buy.stripe.com/cN27sG0UU9gp2xa3cc" target="_blank">
13+
<a href="https://buy.stripe.com/cN2cN06fe2S1go0aEF" target="_blank">
1514
<img src="https://img.shields.io/badge/Donate-Add%20Your%20Contribution-green" alt="Donate with love" title="Donate" width="400">
1615
</a>
16+
<a href="https://www.buymeacoffee.com/MG1mNqy" target="_blank">
17+
<img src="https://img.shields.io/badge/Donate-Buy%20Learn%20Code%20Web%20a%20coffee-green" alt="Donate with love" title="Donate" width="400">
18+
</a>
1719

1820
</div>
1921

@@ -175,6 +177,9 @@ post_max_size = 150M
175177
post max size should be greater than upload max filesize.
176178

177179

180+
<a href="https://buy.stripe.com/cN2cN06fe2S1go0aEF" target="_blank">
181+
<img src="https://img.shields.io/badge/Donate-Add%20Your%20Contribution-green" alt="Donate with love" title="Donate" width="400">
182+
</a>
178183
<a href="https://www.buymeacoffee.com/MG1mNqy" target="_blank">
179184
<img src="https://img.shields.io/badge/Donate-Buy%20Learn%20Code%20Web%20a%20coffee-green" alt="Donate with love" title="Donate" width="400">
180185
</a>

0 commit comments

Comments
 (0)