rodrigopedra/clearsale-id

ClearSale ID WebService 集成

v1.0.0 2020-09-05 12:19 UTC

This package is auto-updated.

Last update: 2024-09-05 21:31:48 UTC


README

与 ClearSale ID WebService 的集成。

基于 ClearSale ID 9.6 版本的集成手册实现

基于以下存储库:[https://github.com/lucasmro/ClearSale](https://github.com/lucasmro/ClearSale)

要求

PHP 7.1+

PHP 扩展

ext-openssl
ext-soap
ext-xml

在 Ubuntu 上,您可以通过以下命令进行安装:

sudo apt-get install openssl php-soap php-xml

openssl 扩展必须在您的 php.ini 文件中启用。

安装

安装此库最简单的方法是通过 Composer

composer require rodrigopedra/clearsale-id