Skip to content

Commit 58c9af5

Browse files
Merge pull request #18 from ranjanrak/master
feat: Add note about the previous version for PHP < 7.3 in README
2 parents fb8e821 + af97297 commit 58c9af5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `phpkiteconnect` will be documented in this file.
44

5+
## 4.0.0 - 2021-04-06
6+
- Major refactor to project structure and code
7+
- PHP support 7.3+
8+
- Integrated composer packagist
9+
- Integrated Guzzle HTTP client ditching CURL
10+
- Units Tests
11+
12+
513
## 1.0.0 - 202X-XX-XX
614

715
- initial release

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The Kite Connect API PHP client - v3
2-
The Official PHP client for communicating with the [Kite Connect API](https://kite.trade).
2+
The Official PHP client for communicating with the [Kite Connect API](https://kite.trade).<br />
33

4+
Note: For PHP version < 7.3. You can refer to our [previous version](https://github.com/zerodha/phpkiteconnect/releases/tag/v3.0.0).
45
Kite Connect is a set of REST-like APIs that expose many capabilities required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio and more, with the simple HTTP API collection.
56

67
[Zerodha Technology](http://zerodha.com) (c) 2021. Licensed under the MIT License.
@@ -18,6 +19,7 @@ You can install the package via composer:
1819
```bash
1920
composer require zerodha/phpkiteconnect
2021
```
22+
Note: You can refer to our previous version [here](https://github.com/zerodha/phpkiteconnect/releases/tag/v3.0.0) for PHP version < 7.3.
2123

2224
## Usage
2325
```php

0 commit comments

Comments
 (0)