axelpal/yii2-poscredit

PosCredit integration component for Yii2

1.0.0 2018-02-02 13:48 UTC

This package is auto-updated.

Last update: 2024-05-05 00:10:06 UTC


README

License Dependency Status Latest Stable Version Total Downloads PHP Version

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);