silinternational / idp-pw-api-common
此包已被弃用且不再维护。没有建议的替代包。
集成组件的通用接口和基类。
1.0
2016-07-29 18:12 UTC
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
此存储库不再维护。它已包含在 idp-pw-api 中。
idp-pw-api-common
集成组件的通用接口和基类。
人员
当与不同的人员系统集成时,需要一个扩展 yii\base\Component
并实现 Sil\IdpPw\Common\Personnel\PersonnelInterface
的类的需求。
然后在 common\config\local.php
下的 ['components']['personnel']
中进行配置。