Question

Basic installation and setup

  • 8 August 2019
  • 1 reply
  • 927 views

Hello all,

I'm brand new to developing with RingCentral. I've downloaded/unzipped/copied the Platform PHP SDK to our dev server and would like to know how to set up the most basic example I can of connecting and displaying some call log information from our account using our developer sandbox app/credentials.

What should my folder structure look like? What variables do I need to be setting and where? Anything else I'll need to get into the environment (ie. MCrypt)?

I've read through the API documentation and demo examples, but need more to understand. I apologize if this is basic and/or if it lacks enough information to be answered. Any help would be appreciated to get started.

Thanks..


1 reply

Userlevel 1

Which API documentation did you read? Have you looked at this dev manual? It provides almost complete code for copy/paste in several programming languages including PHP.

To use the PHP SDK, the easiest way is to install the SDK into your environment using composer and here is some instruction to do so:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require ringcentral/ringcentral-php

Let me know if you have more questions.

Reply