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
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.
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.
1416
1517You can install the package via composer:
1618``` bash
@@ -62,7 +64,7 @@ composer require zerodha/phpkiteconnect
6264
6365## Examples
6466
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.
6668
6769Refer to the [ PHP client documentation] ( https://kite.trade/docs/phpkiteconnect/v3 ) for the complete list of supported methods.
6870
You can’t perform that action at this time.
0 commit comments