Question

How do I install the RingCentral PHP SDK?

  • 26 November 2020
  • 1 reply
  • 1185 views

Hello, I am a newbie developer and need help figuring out where to drop the 2 lines of code to install the SDK? I am using bluehost as my online hosting provider. Thank you!

This is the installation code:

$ curl -sS https://getcomposer.org/installer | php

$ php composer.phar require ringcentral/ringcentral-php


1 reply

You need to get composer first from here: https://getcomposer.org/ and install in your system.

Here how you can install it: https://getcomposer.org/doc/00-intro.md

Then you can follow the steps and run composer commands:

$ php composer.phar require ringcentral/ringcentral-php

refer: https://github.com/ringcentral/ringcentral-php

Reply