mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
40 lines
1014 B
JSON
40 lines
1014 B
JSON
{
|
|
"name": "mos/cimage",
|
|
"type": "library",
|
|
"description": "Serverside image processing with PHP GD. Process, scale, resize, crop and filter images.",
|
|
"keywords": ["image", "imageprocessing", "gd", "crop", "resize"],
|
|
"homepage": "https://cimage.se/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mikael Roos",
|
|
"email": "mos@dbwebb.se",
|
|
"homepage": "http://mikaelroos.se",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/mosbth/cimage",
|
|
"issues": "https://github.com/mosbth/cimage/issues",
|
|
"docs": "https://cimage.se/doc"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-gd": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-exif": "*",
|
|
"ext-curl": "*",
|
|
"ext-imagick": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mos\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/defines.php",
|
|
"src/functions.php"
|
|
]
|
|
}
|
|
}
|