diff --git a/README.md b/README.md index 2082360..3922527 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ Packagist +patreons + hitcount

+

Un-Official ovoid API Wrapper

Telah di test pada OVO versi 2.8.0 | 27 Maret 2019 | PHP 7.2.2 + | Method | Result | |---|---| | `login2FA` | OK | @@ -29,12 +33,18 @@ Jika PHP tidak nyaman bagimu bisa mencoba bahasa pemrograman lain, atau jika ing ### Python - [@anysz/ovopy](https://github.com/anysz/ovopy) by [anysz](https://github.com/anysz) +### Flutter +- [@maulana20/ovoid-flutter](https://github.com/maulana20/ovoid-flutter) by [maulana20](https://github.com/maulana20) + ### GO -- +- [@adibaulia/ovoid-go](https://github.com/adibaulia/ovoid-go) by [adibaulia](https://github.com/adibaulia) ### Java - +### Ruby +- [@namdevel/ovoid-ruby](https://github.com/namdevel/ovoid-ruby) by [namdevel](https://github.com/namdevel) + ### Javascript / nodejs - [@apriady/ovoid-nodejs](https://github.com/apriady/ovoid-nodejs) by [apriady](https://github.com/apriady) @@ -48,7 +58,7 @@ require 'vendor/autoload.php'; use Stelin\OVOID; $ovoid = new OVOID(); -echo $ovoid->login2FA('')->getRefId()); +echo $ovoid->login2FA('')->getRefId(); ``` ### second step ```php