Skip to content

全网唯一的windows收据(XML格式)验证器 The only windows receipt (XML format) verifier in the whole network

Notifications You must be signed in to change notification settings

luohonen/receipt-verify-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

全网唯一的windows收据(XML格式)验证器 The only windows receipt (XML format) verifier in the whole network

安装

composer require luohonen/receipt-verify-xml

基础用法

<?php

use Luohonen\Receipt;

//要验证的收据-XML格式 Receipt to verify - XML format
$xml = 'receipt-xml';
try{

   Receipt::verify($xml);

   print_r("success");

}catch (\Exception $e){
   
   print_r($e->getMessage());

}
    

About

全网唯一的windows收据(XML格式)验证器 The only windows receipt (XML format) verifier in the whole network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages