2017 © Pedro Peláez
 

library paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

image

sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  • Thursday, September 28, 2017
  • by faizahmedfarooqui
  • Repository
  • 16 Watchers
  • 1 Stars
  • 140 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 16 % Grown

The README.md

PayPal ExpressCheckout Digital Goods Laravel Version: 1.0

Service Provider of PayPal ExpressCheckout Digital Goods API for Laravel PHP Framework [ Packagist ], (*1)

Installation:

Type the following command in your project directory composer require sahusoftcom/paypal-expresscheckout-digital-goods, (*2)

OR, (*3)

Add the following line to the require section of composer.json:, (*4)

{
    "require": {
        "sahusoftcom/paypal-expresscheckout-digital-goods": "dev-master"
    }
}

How to use:

  • You should use the PayPal class to access its function.
  • Then follow the below example for further assisstance,
<?php
namespace App;

use SahusoftCom\PayPal\PaymentRequest;
use SahusoftCom\PayPal\PaymentResponse;

class PaymentController {   

        public $apiContext;

    public function __construct()
    {
        $apiContext = (object)[];

            $apiContext->APIUSERNAME = "YOUR-API-USERNAME";
            $apiContext->APIPASSWORD = "YOUR-API-PASSWORD";
            $apiContext->APISIGNATURE = "YOUR-API-SIGNATURE";
            $apiContext->ENDPOINT = "https://api-3t.sandbox.paypal.com/nvp";
            $apiContext->VERSION = "65.1";
            $apiContext->REDIRECTURL = "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=";

        $data = [];
            $data['RETURNURL'] = "http://paypal.local.geekydev.com/getDone";
            $data['CANCELURL'] = "http://paypal.local.geekydev.com/getCancel";
            $data['NOTIFYURL'] = "http://paypal.local.geekydev.com/getNotified";

            $data['CURRENCY'] = "USD";
            $data['TOTAL_AMOUNT'] = "100";
            $data['AMOUNT'] = "100";
            $data['TAX_AMOUNT'] = "0";
            $data['DESCRIPTION'] = "Movies";
            $data['PAYMENT_ACTION'] = "SALE";
            $data['NOSHIPPING'] = "1";

            $data['ITEM_LIST'] = [];
            $data['ITEM_LIST'][0] = [
                'NAME'          => 'First Item Name',
                'NUMBER'        => 123,
                'QUANTITY'      => 1,
                'TAX_AMOUNT'    => 0,
                'AMOUNT'        => 100,
                'URL'           => "Your product's url",
                'DESCRIPTION'   => 'First Name Description'
            ];
    }

    public function checkOut()
    {
            $object = new PaymentRequest($this->apiContext);
            $object->execute($this->data);
    }

    public function getDone()
    {
            $object = new \SahusoftCom\PayPal\PaymentResponse($apiContext);
            $response = $object->handle($this->data);

            echo "<pre>";
            print_r($response);
            echo "</pre>";
    }

    public function getCancel()
    {
       // Do your thing
    }

The Versions

28/09 2017

dev-master

9999999-dev https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

28/09 2017

v2.6

2.6.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

27/09 2017

v2.5

2.5.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v2.4

2.4.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v2.3

2.3.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v2.2

2.2.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v2.1

2.1.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v2.0

2.0.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v1.9

1.9.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

25/08 2017

v1.8

1.8.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

03/05 2017

v1.7

1.7.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

03/05 2017

v1.6

1.6.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

03/05 2017

v1.5

1.5.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

27/03 2017

v1.4

1.4.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

27/03 2017

v1.3

1.3.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

24/03 2017

v1.2

1.2.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

24/03 2017

v1.0

1.0.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk

24/03 2017

v1.1

1.1.0.0 https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods

PHP (Laravel) Package for PayPal Express CheckOut of Digital Goods

  Sources   Download

Sahu Soft India Private Limited

The Requires

 

by Avatar faizahmedfarooqui
by Avatar ilasahu

laravel paypal express checkout digital-goods paypal-express-checkout paypal-sdk