Download the PHP package cinghie/yii2-paypal without Composer

On this page you can find all versions of the php package cinghie/yii2-paypal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package yii2-paypal

Yii2 PayPal

License Latest Stable Version Latest Release Date Latest Commit Total Downloads

Yii2 PayPal Extension to manage:

Installation

The preferred way to install this extension is through composer.

Either run

or add this line to the require section of your composer.json file.

PayPal

Get credentials

  1. Log into Dashboard and type your PayPal business account email and password.

  2. In the REST API apps section, click Create App. The purpose of this app is to generate your credentials.

  3. Type a name for your app and click Create App. The page shows your sandbox app information, which includes your credentials.
    Note: To show your live app information, toggle to Live.

  4. Copy and save the client ID and secret for your sandbox app.

  5. Review your app details and save your app.

Create sandbox accounts

  1. Log into Dashboard and type your PayPal business account email and password.
    Note: If you do not have a business account, click Sign Up.

  2. Under Sandbox, click Accounts and click Create Account.

  3. To create the buyer account, select the personal account type.
    Type these required and any optional fields and click Create Account:

    • Email Address: A fake or valid email address.
      If you use a valid address, you receive email notifications when you run test transactions
    • Password: An easy-to-remember password, such as 12345678
    • PayPal Balance: A high amount, such as 5000
  4. To create the merchant account, select the business account type, type account information, and click Create Account

Documentation

Documentation: http://paypal.github.io/PayPal-PHP-SDK/docs/
Sample: http://paypal.github.io/PayPal-PHP-SDK/sample/
Sandbox: https://www.sandbox.paypal.com/
SDK PHP: https://github.com/paypal/PayPal-PHP-SDK/
Support: https://developer.paypal.com/support/
Wiki: https://github.com/paypal/PayPal-PHP-SDK/wiki

Configuration

Add in your common configuration file:

You can set advanced settings in config array:

Add in your configuration file, in module section:

Add in your backend configuration file:

Add in your frontend configuration file:

BrainTreee Configuration

Add in your common configuration file:

HyperWallet Configuration

Add in your common configuration file:

Create database schema

Run the following command:

Use Component

Use Demo (Only in Sandbox mode)


All versions of yii2-paypal with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
ext-curl Version *
ext-dom Version *
ext-hash Version *
ext-json Version *
ext-openssl Version *
ext-xmlwriter Version *
yiisoft/yii2 Version ~2.0.14
cinghie/yii2-traits Version @dev
braintree/braintree_php Version ^3.40.0
braintree/braintreehttp Version ^0.3.0
hyperwallet/sdk Version ^1.3.0
paypal/merchant-sdk-php Version ^3.12.0
paypal/rest-api-sdk-php Version ^1.14.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cinghie/yii2-paypal contains the following files

Loading the files please wait ....