PHPackages                             sahusoftcom/paypal-expresscheckout-digital-goods - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. sahusoftcom/paypal-expresscheckout-digital-goods

ActiveLibrary

sahusoftcom/paypal-expresscheckout-digital-goods
================================================

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

v2.7(6y ago)12302Sahu Soft India Private LimitedPHPPHP &gt;=5.5.9CI failing

Since Mar 24Pushed 6y ago15 watchersCompare

[ Source](https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods)[ Packagist](https://packagist.org/packages/sahusoftcom/paypal-expresscheckout-digital-goods)[ Docs](https://github.com/sahusoftcom/paypal-expresscheckout-digital-goods)[ RSS](/packages/sahusoftcom-paypal-expresscheckout-digital-goods/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (19)Used By (0)

PayPal ExpressCheckout Digital Goods Laravel Version: 1.0
---------------------------------------------------------

[](#paypal-expresscheckout-digital-goods-laravel-version-10)

Service Provider of PayPal ExpressCheckout Digital Goods API for Laravel PHP Framework \[ [Packagist](https://packagist.org/packages/sahusoftcom/paypal-expresscheckout-digital-goods) \]

Installation:
-------------

[](#installation)

Type the following command in your project directory `composer require sahusoftcom/paypal-expresscheckout-digital-goods`

OR

Add the following line to the `require` section of `composer.json`:

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

How to use:
-----------

[](#how-to-use)

- You should use the `PayPal` class to access its function.
- Then follow the below example for further assisstance,

```
