Skip to content

Commit 3466170

Browse files
authored
Add composer
1 parent 072ba52 commit 3466170

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

composer.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"name": "learncodeweb/upload-files-with-image-thumb-and-resizer",
3+
"description": "A very simple (GD Image) class for upload multiple files. You can create multiple thumbnails, add watermark (text/image), resize and change the quality of the images.",
4+
"homepage": "https://learncodeweb.com/web-development/resize-and-upload-multiple-images-using-php-and-ajax/",
5+
"type": "resize-and-upload-multiple-images-using-php-and-ajax",
6+
"keywords": [
7+
"PHP",
8+
"Compatible with frameworks and core PHP",
9+
"Quality upload",
10+
"Compress Images",
11+
"Any file upload",
12+
"Create thumbnails",
13+
"Add watermark",
14+
"Change the watermark position",
15+
"Rename upload files name",
16+
"Check file size before upload",
17+
"Manage upload file extentions",
18+
"Free for commercial use",
19+
"File upload class",
20+
"Ajax uploader",
21+
"Image manipulation",
22+
"Dropzone",
23+
"Multiple files",
24+
"Multiple file upload",
25+
"PHP Pagination Class With Bootstrap 4",
26+
"Free",
27+
"learncodeweb.com"
28+
],
29+
"minimum-stability": "stable",
30+
"authors": [
31+
{
32+
"name": "Khalid Zaid Bin [Mian Zaid]",
33+
"email": "contact@learncodeweb.com"
34+
}
35+
],
36+
"license": "MIT",
37+
"autoload": {
38+
"classmap": [
39+
"./multi-files-upload-and-image-resizer.php"
40+
]
41+
},
42+
"support": {
43+
"issues": "https://github.com/LearnCodeWeb/PHP-pagination-class-with-Bootstrap-4/issues"
44+
},
45+
"require": {
46+
"composer/installers": "1.*"
47+
}
48+
}

0 commit comments

Comments
 (0)