PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roni   Easy Merge2PDF   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Merge2PDF
Merge PDF and Image files into a single PDF file
Author: By
Last change:
Date: 1 year ago
Size: 745 bytes
 

Contents

Class file image Download
{ "name": "ronisaha/easy-merge2pdf", "description": "Easy to use PHP library for merging Images and PDFs. Wrapper for ajaxray/merge2pdf", "type": "library", "require": { "php" : ">=7.4", "symfony/process": "^5.0", "symfony/options-resolver": "^5.0", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "friendsofphp/php-cs-fixer": "^3.2" }, "autoload": { "psr-4": { "EasyMerge2pdf\\": "src/" } }, "autoload-dev": { "psr-4": { "EasyMerge2pdfTests\\": "tests/" } }, "license": "MIT", "authors": [ { "name": "Roni Saha", "email": "roni.cse@gmail.com" } ] }