From ac1726a78f5039e9717cab977112c1f42a7a9305 Mon Sep 17 00:00:00 2001 From: doris-xiao-bybit Date: Mon, 27 Jul 2026 16:19:16 +0800 Subject: [PATCH 1/2] optimization on ReadMe --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22baac0..5378241 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,8 @@ do { ``` The same pattern works for `getClosedPnl`, `getTransactionLog`, -`getExecutionList`, and every other paginated endpoint. +`$client->trade->getHistory()` (execution list), and every other paginated +endpoint. ## Signing Invariant (for the curious) From 6442985c9437ae2c45891e2ed9707a45a70bf608 Mon Sep 17 00:00:00 2001 From: doris-xiao-bybit Date: Mon, 27 Jul 2026 16:28:34 +0800 Subject: [PATCH 2/2] add php sdk packagist version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5378241..d214de3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # bybit-connector-php +[![Packagist version](https://img.shields.io/packagist/v/bybit-exchange/bybit-connector-php.svg)](https://packagist.org/packages/bybit-exchange/bybit-connector-php) +[![PHP ≥ 8.1](https://img.shields.io/badge/php-%E2%89%A58.1-brightgreen.svg)](https://www.php.net) +[![PHPStan level 6](https://img.shields.io/badge/PHPStan-level%206-777bb4.svg)](https://phpstan.org) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) +[![CI](https://github.com/bybit-exchange/bybit.php.api/actions/workflows/ci.yml/badge.svg)](https://github.com/bybit-exchange/bybit.php.api/actions/workflows/ci.yml) + Official lightweight PHP connector for the [Bybit V5 REST API](https://bybit-exchange.github.io/docs/v5/intro). `bybit-connector-php` wraps the Bybit V5 HTTP endpoints as a set of typed PHP methods with explicit required arguments plus an `array $options = []` catch-all for optional parameters. Its goal is the same as [`pybit`](https://github.com/bybit-exchange/pybit) on the Python side and [`bybit-connector-ruby`](https://github.com/bybit-exchange/bybit.ruby.api) on the Ruby side: an easy-to-use, high-performance connector with a small dependency footprint.