php-wmsigner
php-wmsigner copied to clipboard
WebMoney Signer
Hi. I am getting this warning when running my composer install command Class baibaratsky\WebMoney\SignerTest located in ./vendor/baibaratsky/php-wmsigner/tests/SignerTest.php does not comply with psr-4 autoloading standard. Skipping.
Help me this is my code. key file same folder with index.php """""""""""" require 'vendor/autoload.php'; use baibaratsky\WebMoney\Signer; Flight::route('/', function(){ $test = file_get_contents('test.kwm'); $signer = new Signer('wmid', $test, '12345678'); $data =...