{"id":13840491,"url":"https://github.com/kesar/eos-php","last_synced_at":"2026-04-04T13:01:05.057Z","repository":{"id":57005768,"uuid":"132583339","full_name":"kesar/eos-php","owner":"kesar","description":"PHP Wrapper for EOS API","archived":false,"fork":false,"pushed_at":"2020-06-11T08:28:06.000Z","size":10,"stargazers_count":36,"open_issues_count":6,"forks_count":20,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-11T09:40:01.938Z","etag":null,"topics":["blockchain","eos","eosio","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kesar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T09:08:10.000Z","updated_at":"2024-07-10T05:42:34.000Z","dependencies_parsed_at":"2022-08-21T13:50:51.082Z","dependency_job_id":null,"html_url":"https://github.com/kesar/eos-php","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kesar/eos-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kesar%2Feos-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kesar%2Feos-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kesar%2Feos-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kesar%2Feos-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kesar","download_url":"https://codeload.github.com/kesar/eos-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kesar%2Feos-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31400460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: 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":["blockchain","eos","eosio","php"],"created_at":"2024-08-04T17:00:49.514Z","updated_at":"2026-04-04T13:01:05.037Z","avatar_url":"https://github.com/kesar.png","language":"PHP","funding_links":[],"categories":["EOS Libraries"],"sub_categories":[],"readme":"# EOS RPC Client in PHP\n\n### Install:\n```bash\n composer require kesar/eos-php:dev-master\n ```\n\n### Examples:\n\n```php\n\nuse EOSPHP\\EOSClient;\n\ninclude 'vendor/autoload.php';\n\n$client = new EOSClient('http://127.0.0.1:8888');\n\n$info = $client-\u003echain()-\u003egetInfo();\n$block = $client-\u003echain()-\u003egetBlock(2);\n$account = $client-\u003echain()-\u003egetAccount('eosio');\n$code = $client-\u003echain()-\u003egetCode('eosio');\n$stats = $client-\u003echain()-\u003egetCurrencyStats('eosio.token', 'EOS');\n$balance = $client-\u003echain()-\u003egetCurrencyBalance('eosio.token', 'eosio.token', 'EOS');\n$transaction = $client-\u003ehistory()-\u003egetTransaction('29716ecdd6a8555fab509321faabfb5d06e0bf25db678347c360e7f85159ca38');\n$actions = $client-\u003ehistory()-\u003egetActions('eosio.token');\n\nprint_r($actions);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkesar%2Feos-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkesar%2Feos-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkesar%2Feos-php/lists"}