silinternational / idp-pw-api-personnel-insite
IdP Password Management personnel component for Insite
Installs: 1 210
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
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 .