fawno / facturae
用于电子发票管理的类
1.1.12
2024-04-18 08:20 UTC
Requires
- php: >=7.4.0
- ext-dom: *
- ext-openssl: *
- ext-simplexml: *
- ext-soap: *
- ext-xsl: *
- fawno/face-relations: @stable
- globalcitizen/php-iban: @stable
- robrichards/wse-php: @stable
- robrichards/xmlseclibs: @stable
Requires (Dev)
- phpunit/phpunit: @stable
README
Facturae
用于电子发票管理的类 Facturae
wsdlFACe
用于FACe Web Service的类
要求
- PHP 版本 7.4 或更高,并已启用 openssl 和 soap 扩展。
- robrichards/xmlseclibs 2.0 或更高版本
- robrichards/wse-php 2.0 或更高版本
安装
使用 composer.phar
安装。
将 fawno/facturae
添加为项目的依赖项
php composer.phar require "fawno/facturae"
在脚本中加载类
<?php require 'vendor/autoload.php'; use Fawno\Facturae\wsdlFACe;