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
Requires
- php: >=5.4.0
- fillup/fake-bower-assets: *
- forevermatt/calc-api-sig: ^0.1.1
- roave/security-advisories: dev-master
- silinternational/idp-pw-api-common: ^1.0
- silintl/insite-people-search: ^1.1
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 4.1.*
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 .