Download the PHP package qingze-lab/esignbao-sdk-php-7.0 without Composer

On this page you can find all versions of the php package qingze-lab/esignbao-sdk-php-7.0. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package esignbao-sdk-php-7.0

易签宝 PHP SDK

易签宝(e签宝)开放平台 V3 API 的非官方 PHP SDK。

注意: 本 SDK 基于易签宝 V3 版本 API 开发,兼容 PHP 7.0+。

✨ 特性

📦 安装

使用 Composer 安装:

🚀 快速开始

1. 初始化客户端

2. 发起一份签署流程

🛠 框架集成

Laravel

在 Laravel 中,你可以将 Client 绑定到服务容器中。

AppServiceProviderregister 方法中:

使用时注入:

ThinkPHP / FastAdmin

在 ThinkPHP 或 FastAdmin 中,你可以创建一个公共的服务类或直接在控制器中实例化。

1. 基础集成

2. 日志集成 (ThinkPHP 5.0)

ThinkPHP 5.0 的日志系统是静态调用的,你可以实现一个简单的适配器类来接入 SDK 的日志。

首先定义适配器类 Tp5Logger

然后在初始化 SDK 时注入该日志类:

📖 文档

详细的接口说明和使用文档请查阅 Wiki。

🤝 贡献

欢迎提交 Issue 或 Pull Request 来改进本项目。

📄 许可证

本项目基于 MIT 许可证开源。详情请参阅 LICENSE 文件。


All versions of esignbao-sdk-php-7.0 with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
guzzlehttp/guzzle Version ^6.5 || ^7.0
ext-json Version *
psr/log Version ^1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package qingze-lab/esignbao-sdk-php-7.0 contains the following files

Loading the files please wait ...