Skip to content

Commit f36dda5

Browse files
authored
Update README.md
1 parent 996184a commit f36dda5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
A PHP base class that you can use to upload any file into the server. It is a very lightweight class and highly customizable. You can use this class with any framework or with core PHP.
44

5+
6+
<div align="center">
7+
58
![GitHub file size in bytes](https://img.shields.io/github/size/learncodeweb/multi-files-upload-and-image-resizer/src/FilesUploadAndImageResize.php?label=Class%20File%20Size)
69
![GitHub](https://img.shields.io/github/license/learncodeweb/multi-files-upload-and-image-resizer?label=License)
710
![GitHub all releases](https://img.shields.io/github/downloads/LearnCodeWeb/multi-files-upload-and-image-resizer/total?label=GitHub%20Download)
811
![Packagist Downloads](https://img.shields.io/packagist/dt/learncodeweb/filesupload?label=Composer%20Install)
912
![GitHub repo size](https://img.shields.io/github/repo-size/learncodeweb/multi-files-upload-and-image-resizer?label=Repo%20Size)
1013

14+
</div>
15+
1116
## Dependencies:
1217

1318
This class is based on the GD library for image processing. If you don’t have this library install it or enable it in php.ini. To install the GD library use the below command.

0 commit comments

Comments
 (0)