bnussbau/rksv-parser-php
Composer 安装命令:
composer require bnussbau/rksv-parser-php
包简介
Parses Austrian RKSV String and extracts information
README 文档
README
A PHP package for parsing RKSV (Registrierkassen-Sicherheitsverordnung) receipts, specifically designed for Austrian cash register systems.
Features
- Parse RKSV receipt strings
- Extract receipt details including:
- Cash register algorithm identifier
- Cash register ID
- Receipt number
- Receipt date and time
- Tax amounts (normal, reduced rates, zero, special)
- Turnover counter
- Certificate serial number
- Company EU VAT ID
- Signature values
- Support for SPAR JSON response format
- Calculate total amounts including tax
- Calculate individual tax amounts for different tax rates
Installation
composer require bnussbau/rksv-parser-php
Usage
Basic Usage
use Bnussbau\Rksv\RksvParser; $rksvString = "_R1-AT0_0003111_0003111001000202404157928_2024-04-15T16:28:54_0,00_13,80_0,00_0,00_0,00_4jJVnlBGlgw=_U:ATU59193205-001_xg2ik+BDjGE=_MRuODBrEHpIbqWbi+JbMg3A8jaCrind4hTi07PpeqwN9i+Anww4pEjrFXQ1+sQ7vi1M6d5a0aN+X0+EMbHt2HA=="; $parser = new RksvParser($rksvString); // Get receipt details $receiptDateTime = $parser->getReceiptDateTime(); $totalIncludingTax = $parser->getTotalIncludingTax(); $companyVatId = $parser->getCompanyEuVatId();
Parse from SPAR JSON Response
$jsonResponse = '{"code":"_R1-AT0_0487502_0404875001001202203314713_2022-03-31T17:16:44_0,00_1,89_0,00_0,00_0,00_oIY9ibHmpIc=_U:ATU33803701-3_NEen0fnOY9M=_H+KLP63QRYvxajhywX3JDskJeQdtPzMN6eUOVV7fAMxiRb9WyAWRMB06ynFB7hpeCGFM34adT14BcWpx0PGxnA=="}'; $parser = RksvParser::fromSparJson($jsonResponse);
Available Methods
getCashRegisterAlgorithmIdentifier(): Get the algorithm identifier (e.g., "R1-AT0")getCashRegisterID(): Get the cash register IDgetReceiptNumber(): Get the unique receipt numbergetReceiptDateTime(): Get the receipt date and time as DateTime objectgetSumTaxSetNormal(): Get the sum of normal tax rategetSumTaxSetReduced1(): Get the sum of first reduced tax rategetSumTaxSetReduced2(): Get the sum of second reduced tax rategetSumTaxSetZero(): Get the sum of zero tax rategetSumTaxSetSpecial(): Get the sum of special tax rategetTurnoverCounterAES256ICM(): Get the turnover countergetCertificateSerialNumber(): Get the certificate serial numbergetCompanyEuVatId(): Get the company EU VAT IDgetSignatureValuePreviousReceipt(): Get the signature value of the previous receiptgetSignatureValue(): Get the current receipt signature valuegetTotalIncludingTax(): Get the total amount including taxgetAmountTaxSetNormal(): Get the tax amount for normal rategetAmountTaxSetReduced1(): Get the tax amount for first reduced rategetAmountTaxSetReduced2(): Get the tax amount for second reduced rategetAmountTaxSetZero(): Get the tax amount for zero rate
Requirements
- PHP 8 or higher
License
This package is licensed under the MIT License.
bnussbau/rksv-parser-php 适用场景与选型建议
bnussbau/rksv-parser-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 236 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 04 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 bnussbau/rksv-parser-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bnussbau/rksv-parser-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 236
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-19