axelpal / yii2-poscredit
PosCredit integration component for Yii2
1.0.0
2018-02-02 13:48 UTC
Requires
- php: >=5.5.0
- axelpal/poscredit: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-05 01:17:18 UTC
README
Installation
composer require axelpal/yii2-poscredit
Usage
Add component to your project's config file:
return [ ... 'components' => [ .... 'posCredit' => [ 'class' => 'AxelPAL\yii2\PosCredit', 'userId' => $userID, 'userToken' => $userToken, ] ], ];
Check status of profile
$profileData = Yii::$app->posCredit->getStatusShort($profileId);