Skip to content

Commit ced8932

Browse files
committed
feat: Update ReadME
1 parent d4f902e commit ced8932

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ The Official PHP client for communicating with the [Kite Connect API](https://ki
33

44
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.
55

6-
[Zerodha Technology](http://zerodha.com) (c) 2018. Licensed under the MIT License.
6+
[Zerodha Technology](http://zerodha.com) (c) 2021. Licensed under the MIT License.
77

88
## Documentation
99
- [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3)
1010
- [Kite Connect HTTP API documentation](https://kite.trade/docs/connect/v3)
1111

1212
## Installing
13+
Minimum PHP version required for this project is 7.3.
14+
1315
You can install the package via composer:
1416
```bash
1517
composer require zerodha/phpkiteconnect
@@ -58,6 +60,10 @@ composer require zerodha/phpkiteconnect
5860
?>
5961
```
6062

63+
## Examples
64+
65+
Check [examples folder](https://github.com/ranjanrak/phpkiteconnect/tree/main/examples) for more examples.
66+
6167
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3) for the complete list of supported methods.
6268

6369
## Run unit tests

0 commit comments

Comments
 (0)