iutrace/php-afip-ws
Composer 安装命令:
composer require iutrace/php-afip-ws
包简介
Librería PHP para interactuar con el webservice de AFIP (Argentina -> factura electrónica).
README 文档
README
Installation
composer require multinexo/php-afip-ws
Usage
/** Invoice with items */ $company_cuit = '20301112227'; $invoice = new AfipInvoice(); $invoice->addAfipDetail( (new AfipDetail()) ->setQty(2) ->setItemCode('P0001') ->setDescription('Cool cooler') ->setItemNet(50) ->setIvaConditionCode(IvaConditionCodes::IVA_21) ->setItemNet(55.25) ); $data = $invoice->getDataFromAfip( $this->getConfig($company_cuit) ); var_dump($data);
Documentation
For more information, visit official documentation.
Testing
composer coverage
Security
If you discover any security related issues, please contact us at info@reyesoft.com.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-16