PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ewerton Daniel   Standard Paypal PHP SDK   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Standard Paypal PHP SDK
Compose orders and process payments using Paypal
Author: By
Last change:
Date: 1 year ago
Size: 730 bytes
 

Contents

Class file image Download
{ "name": "ewertondaniel/standard-paypal-php-sdk", "version": "v1.0.2", "description": "PayPal Standard PHP SDK", "keywords": [ "paypal", "wallet", "e-commerce" ], "homepage": "https://github.com/EwertonDaniel/paypal-standard-php-sdk", "require": { "php": ">=8.1", "guzzlehttp/guzzle": ">=7.0", "echosistema/simple-http-request": ">=1.0", "ramsey/uuid": ">=4.6" }, "require-dev": { "phpunit/phpunit": ">=7.5" }, "type": "library", "license": "MIT", "autoload": { "psr-4": { "EwertonDaniel\\PayPal\\": "src/PayPal" } }, "authors": [ { "name": "Ewerton Daniel", "email": "ewertondaniel@icloud.com" } ], "minimum-stability": "dev" }