oraoto / pib

PHP in Browser (powered by WebAssembly)
https://oraoto.github.io/pib/
Apache License 2.0
953 stars 109 forks source link

How to add a composer package? #58

Closed jaedson-barbosa closed 2 years ago

jaedson-barbosa commented 2 years ago

Hi, beginner here. Can you tell me if it is possible, through this library, to run a simple script that uses this library: https://github.com/nfephp-org/sped-da ? The script I need to work is one like this: https://github.com/nfephp-org/sped-da/blob/master/examples/nfe/danfe.php, the only difference is that the $xml will be passed by the application. So far I have been using a server to do this, but it would be really cool if it worked on the client side, after all performance is not a priority and I just want to cut my costs.

Wulfheart commented 2 years ago

@JaedsonBarbosa how did you manage to accomplish it?