Git Product home page Git Product logo

Comments (5)

kirill-konshin avatar kirill-konshin commented on September 24, 2024

If you’re installing via composer you don’t need a zip file. Just require via composer in your project.

from ringcentral-php.

dipeshpatel09 avatar dipeshpatel09 commented on September 24, 2024

Can you please explain me how to do? I tried so many ways and try to find in Google as well but did not found any help. Composer is installed in my Ubuntu machine.

from ringcentral-php.

anilkumarbp avatar anilkumarbp commented on September 24, 2024

Below are some of the ways in which you can add ringcentral-php as a package to your project:
**assuming you have Composer installed

1.) Create a composer.json :
Go to your project folder. Create a composer.json and require the package as shown below:

{
    "require": {
        "ringcentral/ringcentral-php": "^2.1"
    }
}

To know more on how to create a composer.json, go on to read this:
https://getcomposer.org/doc/01-basic-usage.md#composer-json-project-setup

2.) Directly require the package :
Go to your project folder. Open Terminal and type:
composer require ringcentral/ringcentral-php

from ringcentral-php.

dipeshpatel09 avatar dipeshpatel09 commented on September 24, 2024

I have added below line in comoser.json and run your step 2 command but it does not work. I have downloaded "ringcentral-php-2.1.2.zip"

Screen shot : https://s.nimbus.everhelper.me/share/1299276/piyff1vwfbmfvi14n2rn

from ringcentral-php.

dipeshpatel09 avatar dipeshpatel09 commented on September 24, 2024

I have to use this SDK for SuiteCRM application so I am creating vendor folder in desktop first and then after i will use SDK in my CRM application.

from ringcentral-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.