JSignPdf / jsignpdf-php

This package is only wrapper of JSignPdf to use in PHP
21 stars 4 forks source link

Remove binaries from repository #6

Closed vitormattos closed 3 years ago

vitormattos commented 3 years ago

Solve #5

How was it done?

I moved all the binaries to the jsignpdf/jsignpdf-bin package that can be installed so as not to break compatibility.

If you want to use external binaries, a method was created to define the path of jsignpdf

I created an organization on github to put the binary package and not be on my github account.

If you want to transfer the organization to you.

Tests are passing but need to be put into continuous integration. This can be done in another issue.