silinternational/idp-pw-api-personnel-insite

This package is abandoned and no longer maintained. No replacement package was suggested.

IdP Password Management personnel component for Insite

2.0.1 2017-08-30 14:21 UTC

This package is auto-updated.

Last update: 2020-11-20 14:05:33 UTC


README

idp-pw-api-personnel-insite

IdP Password Management personnel component for Insite

Summary

This project has one class (Insite) with three public methods which use the Insite People Search php class to get person data from Insite. Each of these functions attaches that data to a PersonnelUser instance which it then returns.

The public methods are ...

  • findByEmployeeId($employeeId)
  • findByUsername($username)
  • findByEmail($email)

Run the Unit Tests

$ cd tests
$ ..\vendor\bin\phpunit .