{"id":25047602,"url":"https://github.com/arowpay/arowpay-php","last_synced_at":"2026-05-10T05:51:06.397Z","repository":{"id":62487685,"uuid":"245462139","full_name":"arowpay/arowpay-php","owner":"arowpay","description":"Arowpay offers an easy way to integrate a checkout system for numerous cryptocurrencies.","archived":false,"fork":false,"pushed_at":"2020-03-09T16:55:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T07:17:13.327Z","etag":null,"topics":["arowpay","bitcoin","blockchain","blockchain-wallet","crytocurrency","erc20","ethereum","payment-gateway","payment-processing","usdt","wallet"],"latest_commit_sha":null,"homepage":"https://www.arowpay.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arowpay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T16:02:44.000Z","updated_at":"2023-08-16T16:13:39.000Z","dependencies_parsed_at":"2022-11-02T10:47:10.242Z","dependency_job_id":null,"html_url":"https://github.com/arowpay/arowpay-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arowpay%2Farowpay-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arowpay%2Farowpay-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arowpay%2Farowpay-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arowpay%2Farowpay-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arowpay","download_url":"https://codeload.github.com/arowpay/arowpay-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246403906,"owners_count":20771530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arowpay","bitcoin","blockchain","blockchain-wallet","crytocurrency","erc20","ethereum","payment-gateway","payment-processing","usdt","wallet"],"created_at":"2025-02-06T07:17:24.977Z","updated_at":"2026-05-10T05:51:06.352Z","avatar_url":"https://github.com/arowpay.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArowPay.com PHP API Wrapper.\n# Introduction\nArowPay-PHP is a simple PHP package that lets you easily call APIs and  handle IPN requests from arowpay.com, without any hassle.\n\n\n# Usage\n\nFirst of all, install the package via Composer:\n\n```sh\ncomposer require arowpay/arowpay-php\n\n\n```\n\nAuthenticating IPNs:\n\n```php\n\u003c?php\nrequire_once './vendor/autoload.php';\nuse ArowPay\\IPN;\n\n$ipn=new IPN();\n$ipn-\u003esetAppkey('1Zf5Q28U2a5gmt367GQcbSCl35')-\u003esetAppsecret('nG8Pp15i8eWyE7tpDfpPr2D5326A7JfY8Ds3CqKqf5');\n\n    if ($ipn-\u003evalidate()) {\n        // validated  \n        $rawData=file_get_contents(\"php://input\");\n        $post=json_decode($rawData);\n        $currency=$post['currency'];  //USDTERC20\n        $amount=$post['amount']; //69\n        $transactionId=$post['txid']; //0xbd31c2c70c67414d1ab5b591e436e318557dc37ca01bb18be8d81e6f83d84f0f\n        $timestamp=$post['time']; // 1583504556\n        $address=$post['address']; // 0xc9cb4be4687319a6421dac93df2604b8e309ad04\n        $myCustomString=$post['custom']; // your custom string\n        //process it\n\n\n        die(\"OK\");\n\n    } else {\n        //invalid request\n    }\n```\n\nCall APIs:\n\n```php\n\u003c?php\nrequire_once './vendor/autoload.php';\nuse ArowPay\\API;\n//getCallbackAddress\n$api=new API();\n$api-\u003esetAppkey('1Zf5Q28U2a5gmt367GQcbSCl35')-\u003esetAppsecret('nG8Pp15i8eWyE7tpDfpPr2D5326A7JfY8Ds3CqKqf5');\n$fields=array('currency'=\u003e'BTC','custom'=\u003e'CustomStrings');\n$response=$api-\u003eexecute(\"getCallbackAddress\",$fields);\nif($response['code']=\"200\"){\n     // successfully get an address\n    $newAddress=$response['msg'];\n    echo $newAddress; //1AEgdWjJrEbroURgWmPrXkFdzxGxdF7c4G\n\n}else{\n    echo $response['code'];\n    echo $response['msg'];\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farowpay%2Farowpay-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farowpay%2Farowpay-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farowpay%2Farowpay-php/lists"}