2017 © Pedro Peláez
 

library einvoice

Taiwan E-invoice PHP SDK

image

pichuchen/einvoice

Taiwan E-invoice PHP SDK

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 12 Versions
  • 4 % Grown

The README.md

einvoice

PHP SDK of Taiwan E-Invoice API, (*1)

基本需求

電子發票API

使用前請先向「財政部電子發票整合服務平台」申請「電子發票API」(https://www.gov.tw/News3_Content.aspx?n=2&s=508285), (*2)

Composer

此Library 使用Comporser進行安裝,在專案目錄下的composer.json新增, (*3)

{
    "require":{
        "pichuchen/einvoice": "1.0.0"
    }
}

接下來執行, (*4)

curl -sS https://getcomposer.org/installer | php
php composer.phar install

進行安裝, (*5)

設定

使用時請先, (*6)

require_once 'vendor/autoload.php';

接著用, (*7)

$client = \PichuChen\einvoice\EinvoiceClient::factory([
    'uuid' => 'CLIENT_UUID',
    'appID' => 'API_KEY'
]);

生成EinvoiceClient實體。 其中CLIENT_UUID是電子發票整合服務平台為了避免特定使用者濫用所要求之ID, 請試著給不同的使用者不同的UUID。 API_KEY的部分是和電子發票整合平台提出聲請後得到的KEY。, (*8)

功能介紹

目前支援的功能有, (*9)

  • 查詢開獎號碼
  • 查詢特定發票表頭資訊
  • 查詢特定發票細節資訊
  • 查詢捐贈代號
  • 查詢特定載具上的發票資訊
  • 查詢特定載具上發票資訊細節

其他相關連結

The Versions

30/03 2015

dev-master

9999999-dev

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

30/03 2015

1.0.10

1.0.10.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

30/03 2015

1.0.9

1.0.9.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

29/03 2015

1.0.8

1.0.8.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

29/03 2015

1.0.7

1.0.7.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

29/03 2015

1.0.6

1.0.6.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

26/03 2015

1.0.5

1.0.5.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

25/03 2015

1.0.4

1.0.4.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

25/03 2015

1.0.3

1.0.3.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

25/03 2015

1.0.2

1.0.2.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

25/03 2015

1.0.1

1.0.1.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw

21/03 2015

1.0.0

1.0.0.0

Taiwan E-invoice PHP SDK

  Sources   Download

Apache-2.0

The Requires

 

taiwan e-invoice einvoice g0v.tw