numairawan/ethplorer-api-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

numairawan/ethplorer-api-php

最新稳定版本:v1.0.0

Composer 安装命令:

composer require numairawan/ethplorer-api-php

包简介

PHP library for Ethplorer.io API. Supports multiple keys for rate limits, no dependencies, and offers fast performance.

README 文档

README

ethplorer-api-php

Total Hits Total Downloads Latest Version License

Ethplorer API PHP Library

🚀 This PHP library allows you to interact with the Ethplorer.io API. It's designed for ease of use and offers the following features:

  • 🔄 Support for multiple API keys to bypass rate limits on Ethplorer's free account API.
  • 📦 Requires no external dependencies.
  • ⚡ Delivers high-speed performance.
  • 🔑 Offers two multi-key modes: sequential and random.

Get started quickly with Ethplorer API integration using this library.

Installation

To install the library, you can use Composer and run the following command:

composer require numairawan/ethplorer-api-php

Usage

To interact with ethplorer.io, follow these simple steps:

use NumairAwan\EthplorerApi\EthplorerApi;

// Example usage:
$apiKeys = ["YOUR_API_KEY_1", "YOUR_API_KEY_2"];

// By default it will use sequential mode with multi-keys for each request
// pass 'true' in 2nd parameter to use random api for each request. 

//           new EthplorerApi($apiKeys, true);
$ethplorer = new EthplorerApi($apiKeys);

// Fetch last block data
$lastBlockData = $ethplorer->getLastBlock();
var_dump($lastBlockData);

Contributing

Contributions are welcome! Feel free to fork the repository and submit pull requests as well.

License

This project is licensed under the MIT license.

Connect with Me

Feel free to reach out to me for any project-related queries or collaborations. I'm always happy to connect and discuss ideas!

Telegram WhatsApp

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-29

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固