File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t
10
10
- [ Kite Connect HTTP API documentation] ( https://kite.trade/docs/connect/v3 )
11
11
12
12
## Installing
13
- Minimum PHP version required for this project is 7.3.
13
+ ### Requirements
14
+ 1 . Install [ PHP] ( https://www.php.net/manual/en/install.php ) version 7.3 or higher.
15
+ 2 . Install [ Composer] ( https://getcomposer.org/download/ ) , which is used to install PHP packages.
14
16
15
17
You can install the package via composer:
16
18
``` bash
@@ -62,7 +64,7 @@ composer require zerodha/phpkiteconnect
62
64
63
65
## Examples
64
66
65
- Check [ examples folder] ( https://github.com/ranjanrak /phpkiteconnect/tree/main /examples ) for more examples.
67
+ Check [ examples folder] ( https://github.com/zerodha /phpkiteconnect/tree/master /examples ) for more examples.
66
68
67
69
Refer to the [ PHP client documentation] ( https://kite.trade/docs/phpkiteconnect/v3 ) for the complete list of supported methods.
68
70
You can’t perform that action at this time.
0 commit comments