Service for accepting payments on the Internet, with a fast connection and a modern API.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist uzdevid/yii2-cardlink "*"
or add
"uzdevid/yii2-cardlink": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \\uzdevid\cardlink\AutoloadExample::widget(); ?>```