gondellier / universign-bundle
Minimal project to use universign services.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2.5
- ext-ctype: *
- ext-iconv: *
- ext-json: *
- ext-xmlrpc: *
- guzzlehttp/guzzle: ~6.0
README
Bundle to use Universign Service
Just some classes to use universign serivces in you symfony project.
Prerequisites
- PHP 7.3.x or higher
Installation
Install with composer:
$ composer require gondellier/universign-bundle
Install using composer.json
Add universign-bundle to the list of dependencies inside your composer.json
.
{ "require": { "gondellier/universign-bundle": "1.0.*" } }
Basic usage
See and install gondellier Universign project.