yeslogic / prince-php-wrapper

PHP wrapper class for Prince HTML to PDF formatter
https://www.princexml.com
MIT License
16 stars 7 forks source link

Restructure code to be served as a composer package #2

Closed nikhiltri closed 3 years ago

nikhiltri commented 4 years ago

This PR provides this repo as a composer package, so it can be installed via package management instead of manually.

Once merged you'll have to register the package on packagist, then users can install the code to their applications via the command line with:

composer install yeslogic/prince-php-wrapper

Then the Prince class can be used via

use Prince\Prince;
mikeday commented 3 years ago

Done!

https://packagist.org/packages/yeslogic/prince-php-wrapper