-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 797 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name" : "aspose/slides",
"type" : "library",
"description" : "Aspose.Slides for PHP via Java is a PowerPoint PHP API for creating, manipulating, and managing presentations. It allows applications and developers to read, write, convert, and manipulate PowerPoint presentations in PHP.",
"keywords" : [
"PowerPoint", "PPT", "PPTX", "PPS", "POT", "PPSX", "PPTM", "PPSM", "POTX", "POTM", "ODP" ,"Convert", "PowerPoint to PDF", "PDF", "XPS", "JPEG", "PNG", "BMP", "TIFF", "GIF", "SVG"
],
"homepage" : "https://products.aspose.com/slides/php-java",
"license" : "proprietary",
"authors" : [{
"name" : "Aspose",
"homepage" : "https://products.aspose.com/slides/php-java"
}
],
"require" : {
"php" : ">=7.0"
},
"autoload": {
"psr-4": { "aspose\\slides\\" : "lib/" }
}
}