2017 © Pedro Peláez
 

library yii2-poscredit

PosCredit integration component for Yii2

image

axelpal/yii2-poscredit

PosCredit integration component for Yii2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 component for PosCredit integration

License Dependency Status Latest Stable Version Total Downloads PHP Version, (*1)

Installation

composer require axelpal/yii2-poscredit

Usage

Add component to your project's config file:, (*2)

return [
    ...
    'components' => [
        ....
        'posCredit' => [
            'class' => 'AxelPAL\yii2\PosCredit',
            'userId' => $userID,
            'userToken' => $userToken,
        ]
    ],
];

Check status of profile

$profileData = Yii::$app->posCredit->getStatusShort($profileId);

The Versions

09/02 2018

dev-master

9999999-dev

PosCredit integration component for Yii2

  Sources   Download

MIT

The Requires

 

yii2 poscredit yii2-poscredit

02/02 2018

1.0.0

1.0.0.0

PosCredit integration component for Yii2

  Sources   Download

MIT

The Requires

 

yii2 poscredit yii2-poscredit