This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
Making First Call
Jay edited this page Dec 22, 2015
·
14 revisions
Once you have completed the Installation, we could make the first call. To write an app that uses the SDK, we will create our first PHP script that will store a Credit Card in our Vault.
First, Create file first.php
in our project root location. You could alternatively copy the completed file here : first.php
-
Autoload the SDK Package. This will include all the files and classes to your autoloader. Please note, If your downloaded our SDK using composer, replace
PayPal-PHP-SDK
withvendor
. This applies for all sample code in our SDK.
Getting Started
Using Our SDK
Configurations
Extras
External Links