forked from ranjithinnergys/rest-api-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Direct Download
Jay edited this page Jan 12, 2015
·
2 revisions
If you do not want to use composer, you can grab the SDK zip that contains Paypal PHP Rest API SDK with all its dependencies with it.
-
Download latest/desired release zip file starting with
PayPal-PHP-SDK-*.zip
from Releases Section -
Go to your project directory. If you do not have one, just create a directory and
cd
in.
mkdir project cd project ``` 2. Unzip, and copy directory to your project location 3. This is how your directory structure would look like