Skip to content

Commit

Permalink
fix: Add pre-requirement for installation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjanrak committed Apr 6, 2021
1 parent 00091f6 commit d4ccc1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit d4ccc1f

Please sign in to comment.