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

1.0.0 2018-02-02 13:48 UTC

This package is auto-updated.

Last update: 2025-10-05 03:28:48 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);