gondellier / universign-bundle
使用 Universign 服务的最小项目。
1.0.5
2020-04-27 20:33 UTC
Requires
- php: ^7.2.5
- ext-ctype: *
- ext-iconv: *
- ext-json: *
- ext-xmlrpc: *
- guzzlehttp/guzzle: ~6.0
README
用于使用 Universign 服务的包
仅提供一些类,以便在您的 symfony 项目中使用 Universign 服务。
先决条件
- PHP 7.3.x 或更高版本
安装
使用 composer 安装
$ composer require gondellier/universign-bundle
使用 composer.json
安装
将 universign-bundle 添加到您的 composer.json
中的依赖列表中。
{ "require": { "gondellier/universign-bundle": "1.0.*" } }
基本用法
查看并安装 gondellier Universign 项目。