tramasec / epower
There is no license information available for the latest version (v1) of this package.
v1
2020-01-28 16:27 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ~6.0
This package is auto-updated.
Last update: 2025-04-20 00:11:21 UTC
README
$url = 'http;//epower_route.info/services.svc?wsdl';
$appId = 3322; //Numeric value $doctype = 3322; //Numeric value $query = 3322; //Numeric value
$indicesEPower = [ 'indice1', 'indice2' ]; // array
$cejilla = 'TEST'; //String value $archivo = ''; //Base64 encoded file $originalName = 'presupuestos'; $originalExtension = '.pdf';
$archivo = new InsertaArchivo( $url, $appId, $doctype, $query, $indicesEPower, $cejilla, $archivo, $originalName, $originalExtension );
$response = $archivo->InsertaArchivo(); //Send or not