From d4ccc1f0a96e813817128601cfca2a3306cc2e0d Mon Sep 17 00:00:00 2001 From: Rakesh R Date: Tue, 6 Apr 2021 17:29:10 +0530 Subject: [PATCH] fix: Add pre-requirement for installation in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 508f01c..e6f5901 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t - [Kite Connect HTTP API documentation](https://kite.trade/docs/connect/v3) ## Installing -Minimum PHP version required for this project is 7.3. +### Requirements +1. Install [PHP](https://www.php.net/manual/en/install.php) version 7.3 or higher. +2. Install [Composer](https://getcomposer.org/download/), which is used to install PHP packages. You can install the package via composer: ```bash @@ -62,7 +64,7 @@ composer require zerodha/phpkiteconnect ## Examples -Check [examples folder](https://github.com/ranjanrak/phpkiteconnect/tree/main/examples) for more examples. +Check [examples folder](https://github.com/zerodha/phpkiteconnect/tree/master/examples) for more examples. Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3) for the complete list of supported methods.