{"id":33980872,"url":"https://github.com/numairawan/ethplorer-api-php","last_synced_at":"2025-12-13T03:30:43.548Z","repository":{"id":197296184,"uuid":"698405394","full_name":"numairawan/ethplorer-api-php","owner":"numairawan","description":"🚀 Ethplorer API PHP Library: Multiple keys, no dependencies, blazing fast! Get data from Ethplorer.io with ease.","archived":false,"fork":false,"pushed_at":"2023-09-29T21:49:34.000Z","size":100,"stargazers_count":4,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-01T05:29:26.167Z","etag":null,"topics":["blockchain","blockchain-api","ethereum","ethereum-api","etherscan","etherscan-api","etherscan-client","etherscan-io","etherscan-solidity","ethplorer"],"latest_commit_sha":null,"homepage":"","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/numairawan.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}},"created_at":"2023-09-29T20:58:23.000Z","updated_at":"2023-12-12T11:10:27.000Z","dependencies_parsed_at":"2023-10-02T04:33:42.249Z","dependency_job_id":null,"html_url":"https://github.com/numairawan/ethplorer-api-php","commit_stats":null,"previous_names":["numairawan/ethplorer-api-php"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/numairawan/ethplorer-api-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numairawan%2Fethplorer-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numairawan%2Fethplorer-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numairawan%2Fethplorer-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numairawan%2Fethplorer-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numairawan","download_url":"https://codeload.github.com/numairawan/ethplorer-api-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numairawan%2Fethplorer-api-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27699626,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","blockchain-api","ethereum","ethereum-api","etherscan","etherscan-api","etherscan-client","etherscan-io","etherscan-solidity","ethplorer"],"created_at":"2025-12-13T03:30:42.486Z","updated_at":"2025-12-13T03:30:43.542Z","avatar_url":"https://github.com/numairawan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/NumairAwan/ethplorer-api-php/main/art/ethplorer-api-php.png\" width=\"600\" alt=\"ethplorer-api-php\"\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://github.com/NumairAwan/ethplorer-api-php\"\u003e\u003cimg alt=\"Total Hits\" src=\"https://hits.dwyl.com/NumairAwan/ethplorer-api-php.svg?style=flat-square\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/numairawan/ethplorer-api-php\"\u003e\u003cimg alt=\"Total Downloads\" src=\"https://img.shields.io/packagist/dt/numairawan/ethplorer-api-php\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/numairawan/ethplorer-api-php\"\u003e\u003cimg alt=\"Latest Version\" src=\"https://img.shields.io/packagist/v/numairawan/ethplorer-api-php\"\u003e\u003c/a\u003e\n        \u003ca href=\"https://packagist.org/packages/numairawan/ethplorer-api-php\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/numairawan/ethplorer-api-php\"\u003e\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\n------\n\n# Ethplorer API PHP Library\n\n🚀 This PHP library allows you to interact with the Ethplorer.io API. It's designed for ease of use and offers the following features:\n\n- 🔄 Support for multiple API keys to bypass rate limits on Ethplorer's free account API.\n- 📦 Requires no external dependencies.\n- ⚡ Delivers high-speed performance.\n- 🔑 Offers two multi-key modes: sequential and random.\n\nGet started quickly with Ethplorer API integration using this library.\n\n## Installation\n\nTo install the library, you can use [Composer](https://getcomposer.org/) and run the following command:\n\n```bash\ncomposer require numairawan/ethplorer-api-php\n```\n\n\n### Usage\nTo interact with ethplorer.io, follow these simple steps:\n\n```php\nuse NumairAwan\\EthplorerApi\\EthplorerApi;\n\n// Example usage:\n$apiKeys = [\"YOUR_API_KEY_1\", \"YOUR_API_KEY_2\"];\n\n// By default it will use sequential mode with multi-keys for each request\n// pass 'true' in 2nd parameter to use random api for each request. \n\n//           new EthplorerApi($apiKeys, true);\n$ethplorer = new EthplorerApi($apiKeys);\n\n// Fetch last block data\n$lastBlockData = $ethplorer-\u003egetLastBlock();\nvar_dump($lastBlockData);\n```\n\n### Contributing\nContributions are welcome! Feel free to fork the repository and submit pull requests as well.\n\n### License\nThis project is licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.\n\n\n## Connect with Me\n\nFeel free to reach out to me for any project-related queries or collaborations. I'm always happy to connect and discuss ideas!\n\n[\u003cimg align=\"left\" alt=\"Telegram\" width=\"32px\" src=\"https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg\" /\u003e](https://t.me/NumairAwan)\n[\u003cimg align=\"left\" alt=\"WhatsApp\" width=\"32px\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/6b/WhatsApp.svg/512px-WhatsApp.svg.png?20220228223904\" /\u003e](https://wa.me/+923164700904)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumairawan%2Fethplorer-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumairawan%2Fethplorer-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumairawan%2Fethplorer-api-php/lists"}