Skip to content

Instantly share code, notes, and snippets.

View chuprik's full-sized avatar
:shipit:
Squirrel. StrongSquirrel.

Constantine Chuprik chuprik

:shipit:
Squirrel. StrongSquirrel.
View GitHub Profile
"require": {
"ext-mbstring": "*"
}
<?php
class WebMoneyRequest
{
public static $url = 'https://passport.webmoney.ru/xml/XMLGetWMIDInfo.aspx';
private static $_instance = null;
public static function getInstance()