Skip to content

Commit cea0774

Browse files
committed
Add Kite 3 notice
1 parent ce59173 commit cea0774

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
> **NOTICE (Jan 2018): Upgrade to Kite Connect 3.0**
2+
> This repository is being phased and will be replaced soon by Kite Connect v3. Use the [kite3](https://github.com/zerodhatech/phpkiteconnect/tree/kite3) branch instead. Read the [announcement](https://kite.trade/forum/discussion/2998/upgrade-to-kite-connect-3-0) on the forum.
3+
14
# The Kite Connect API PHP client
25
The official PHP client for communicating with the [Kite Connect API](https://kite.trade).
36

4-
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.
7+
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.
58

69
[Rainmatter](http://rainmatter.com) (c) 2016. Licensed under the MIT License.
710

@@ -54,7 +57,7 @@ Download `kiteconnect.php` and `include()` it in your application.
5457
echo "Order id is ".$order_id;
5558
```
5659

57-
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/) for the complete list of supported methods.
60+
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/) for the complete list of supported methods.
5861

5962

6063
## Changelog

0 commit comments

Comments
 (0)