How to download PHP SDK without composer?

Hi Community Members,

Can anyone please share that how I can download independent PHP SDK (without donwloading through composer)?

Thanks

You can clone the Github repo directly, but the SDK has dependencies on other projects, which means you would still need to use composer to get those as well, and whatever those require, etc.

How I can use this repo on my site? So cause I asked about independent SDK download.

@TomScott answered that question. You can physically copy the files to a server but there are dependencies involved and you won’t get it to function properly without using composer.