{"id":21376057,"url":"https://github.com/lessmore92/php-ripple-lib","last_synced_at":"2026-01-28T23:02:09.270Z","repository":{"id":57014146,"uuid":"328740742","full_name":"lessmore92/php-ripple-lib","owner":"lessmore92","description":"PHP API for interacting with the XRP Ledger","archived":false,"fork":false,"pushed_at":"2023-06-11T16:46:01.000Z","size":22,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T17:06:40.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/lessmore92.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-11T17:27:10.000Z","updated_at":"2023-06-11T16:45:18.000Z","dependencies_parsed_at":"2025-05-15T11:44:24.307Z","dependency_job_id":"3859e8d4-8d94-4292-8341-bb6a52389373","html_url":"https://github.com/lessmore92/php-ripple-lib","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lessmore92/php-ripple-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessmore92%2Fphp-ripple-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessmore92%2Fphp-ripple-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessmore92%2Fphp-ripple-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessmore92%2Fphp-ripple-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lessmore92","download_url":"https://codeload.github.com/lessmore92/php-ripple-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lessmore92%2Fphp-ripple-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-22T09:13:36.443Z","updated_at":"2026-01-28T23:02:09.252Z","avatar_url":"https://github.com/lessmore92.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-ripple-lib\nPHP API for interacting with the XRP Ledger\n\nUpgrade guzzle to version 7.*\n\nMin php supported version 7.2\n\n## Installation\n`composer require lessmore92/php-ripple-lib`\n\n\n## Sample Usage\n```php\nrequire_once \"vendor/autoload.php\";\n\n$options = [\n    'server'  =\u003e 'https://s.altnet.rippletest.net:51234',\n    'timeOut' =\u003e 5,\n];\n\n$api    = new \\Lessmore92\\Ripple\\RippleAPI($options);\n$server = $api-\u003eserverInfo();\nvar_dump($server);\n\n$address = 'rEdhDpVvmryJcMNcFTzXW3hAmiCkUXUru6';\n$balance = $api-\u003eaccountInfo($address)-\u003ebalance-\u003etoXrp();\nvar_dump($balance);\n\n$txs = $api-\u003eaccountTx($address, []);\nvar_dump($txs);\n\n$fee = $api-\u003egetFee();\nvar_dump($fee);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessmore92%2Fphp-ripple-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessmore92%2Fphp-ripple-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessmore92%2Fphp-ripple-lib/lists"}