Download the PHP package srmklive/paypal without Composer

On this page you can find all versions of the php package srmklive/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?
srmklive/paypal
Rate from 1 - 5
Rated 5.00 based on 1 reviews

Informations about the package paypal

Laravel PayPal

Latest Version on Packagist Total Downloads StyleCI Tests Coverage Status Code Quality

[!IMPORTANT] Laravel 11 will be the last version supported for v3.0. v4 is being actively worked on, and will be released by end of October 2024. For v4, following are the changes being introduced:

  • PHP 8.1+ required.
  • Laravel 10 & onwards required.
  • Integration of PayPal JS SDK.
  • Symfony plugin.

Documentation

The documentation for the package can be viewed by clicking the following link:

https://laravel-paypal.readthedocs.io/en/latest/

The old documentation can be found at the following link:

https://srmklive.github.io/laravel-paypal/docs.html

Usage

Following are some ways through which you can access the paypal provider:

Configuration File

The configuration file paypal.php is located in the config folder. Following are its contents when published:

Override PayPal API Configuration

You can override PayPal API configuration by calling setApiCredentials method:

Get Access Token

After setting the PayPal API configuration by calling setApiCredentials method. You need to get access token before performing any API calls

Set Currency

By default, the currency used is USD. If you wish to change it, you may call setCurrency method to set a different currency before calling any respective API methods:

Helper Methods

Please note that in the examples below, the call to addPlanTrialPricing is optional and it can be omitted when you are creating subscriptions without trial period.

setReturnAndCancelUrl() is optional. If you set urls you have to use real domains. e.g. localhost, project.test does not work.

Create Recurring Daily Subscription

Create Recurring Weekly Subscription

Create Recurring Monthly Subscription

Create Recurring Annual Subscription

Create Recurring Subscription with Custom Intervals

Create Subscription by Existing Product & Billing Plan

Support

This version supports Laravel 6 or greater.


All versions of paypal with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2|^8.0
ext-curl Version *
guzzlehttp/guzzle Version ~7.0
illuminate/support Version ~6.0|~7.0|~8.0|~9.0|^10.0|^11.0
nesbot/carbon Version ~2.0|^3.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 srmklive/paypal contains the following files

Loading the files please wait ....