axelpal / yii2-poscredit
PosCredit integration component for Yii2
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/axelpal/yii2-poscredit
Requires
- php: >=5.5.0
- axelpal/poscredit: *
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2025-10-05 03:28:48 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);