kinedu/cfdi-pac

用于使用某个认证授权的PAC(认证授权提供商)给CFDI盖章的库

v0.1.1 2018-02-13 00:12 UTC

This package is auto-updated.

Last update: 2024-09-28 05:23:22 UTC


README

Travis StyleCI Quality Score Total Downloads License

安装

使用Composer安装该包 Composer.

composer require kinedu/cfdi-pac

使用

use Kinedu\CfdiPac\PAC;

$username = 'Kinedu';
$password = '123456789A';
$xml = file_get_contents('./K279101.xml');
$isTest = true;

$pac = new PAC($username, $password, $xml, $isTest);

$pac->useInvoiceOne()->save('./cfdi/K279101.xml');

可用的认证授权提供商

许可证

CFDI PAC遵循MIT许可证,如需了解更多信息,请参阅此存储库中的许可证文件