Yandex money API with Yii framework (tested on 1.1.15 version)
These codes will help you to start using yandex money with your yii porject.
https://tech.yandex.ru/money/doc/dg/concepts/About-docpage/ (api yandex tutorial)
https://money.yandex.ru/i/forms/guide-to-custom-p2p-forms.pdf
https://github.com/yandex-money/yandex-money-sdk-php/
https://github.com/yandex-money/yandex-money-sdk-php-sample
from https://github.com/yandex-money/yandex-money-sdk-php/tree/master/lib
to your project /protected/extensions/yandexmoneyapi/
in your project:
/protected/controllers/TestController.php
/protected/view/test/index.php
Good examples:
https://github.com/aTastyCookie/yandex_prestashop //yandex money for PRESTASHOP
https://github.com/anisimow/yandexmoney //yandex money for PRESTASHOP (old api yandex)
It can be transform to module for yii.