This is library for consume webservice with wss. Especialy Hrmis webservice. Not for hrmis only but also can use another webservice with wss.
Hrmisapi requires phpv5.3.+, php soap ext, php xml ext to run.
$ composer require mdridzuan80/hrmisapiHow to use in code.
<?php
use Hrmisapi\Hrmisapi;
$hrmis = new Hrmisapi(<webservice url>, <username>, <password>);
//you must look Available webservice function in WSDL file
$hrmis->GetUserInfo()->xml(); // Output in xml format
$hrmis->GetUserInfo()->arr(); // Output in array format
?>Md Ridzuan bin Mohammad Latiah md.ridzuan80@gmail.com