silinternational / idp-pw-api-common
Common interfaces and bases classes for integration components.
Installs: 1 502
Dependents: 9
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- yiisoft/yii2: *
Requires (Dev)
- phpunit/phpunit: 5.2.9
This package is auto-updated.
Last update: 2021-01-18 19:33:19 UTC
README
This repository is no longer maintained. It has been incorporated into idp-pw-api.
idp-pw-api-common
Common interfaces and bases classes for integration components.
Personnel
When integrating with different personnel systems, a class is needed that extends
yii\base\Component
and implements the Sil\IdpPw\Common\Personnel\PersonnelInterface
.
This is then configured in common\config\local.php
under ['components']['personnel']
.