Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #148 from paypal/remove-install
Browse files Browse the repository at this point in the history
Remove install.php and update documentation.
  • Loading branch information
jaypatel512 authored May 30, 2017
2 parents 6f3db49 + 8d2294d commit 0a172f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 465 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
- CURLOPT_SSLVERSION is set to 1 . See [here](http://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html) for more information
- CURLOPT_SSL_CIPHER_LIST was set to TLSv1, See [here](http://curl.haxx.se/libcurl/c/CURLOPT_SSL_CIPHER_LIST.html) for more information

All these changes are included in the recent release, along with many other bug fixes. We highly encourage you to update your versions, by either using `composer` or running this command shown below:

```
curl -k -L https://raw.githubusercontent.com/paypal/merchant-sdk-php/stable-php5.3/samples/install.php | php
OR
wget https://raw.githubusercontent.com/paypal/merchant-sdk-php/stable-php5.3/samples/install.php
php install.php
```
All these changes are included in the recent release, along with many other bug fixes.

## Prerequisites

Expand All @@ -51,15 +44,11 @@ PayPal's PHP Merchant SDK requires

To run the bundled sample, first copy the samples folder to your web server root. You will then need to install the SDK as a dependency using composer (PHP V5.3+ only).


run `composer update` from the samples folder.

## Using the SDK


To use the SDK,

* Create a composer.json file with the following contents.
* Create a `composer.json` file with the following contents.

```json
{
Expand All @@ -69,7 +58,7 @@ To use the SDK,
}
}
```
* Install the SDK as a dependency using composer.
* Install the SDK as a dependency using `composer`. To download `composer`, follow [installation instructions](https://getcomposer.org/download/) provided in Composer documentation.
* Require `PPBootStrap.php` in your application.
* Choose how you would like to configure the SDK - You can either
* Create a hashmap containing configuration parameters and pass it to the service object OR
Expand Down
Loading

1 comment on commit 0a172f1

@Mike-Vos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am basically a frontend developer and graphic designer. I built a site in Bootstrap 3.0 and want to integrate Paypal Payments Pro. There is no shopping cart software currently on my site. I downloaded your files, but I am not sophisticated enough as a developer to integrate get the Paypal Payments Pro into my website. I have all the necessary Passwords/API Credentials for someone who is trustworthy and can do the integration into my site. Would this be something that you could do for a fee? What would you charge? Thanks!

Please sign in to comment.