PHP Classes

File: PayPal-PHP-SDK/paypal/rest-api-sdk-php/composer.json

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Netflix Clone   PayPal-PHP-SDK/paypal/rest-api-sdk-php/composer.json   Download  
File: PayPal-PHP-SDK/paypal/rest-api-sdk-php/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Netflix Clone
Manage a library of movies to rent like Netflix
Author: By
Last change:
Date: 2 months ago
Size: 721 bytes
 

Contents

Class file image Download
{ "name": "paypal/rest-api-sdk-php", "description": "PayPal's PHP SDK for REST APIs", "keywords": ["paypal", "payments", "rest", "sdk"], "type": "library", "license": "Apache-2.0", "homepage": "http://paypal.github.io/PayPal-PHP-SDK/", "authors": [ { "name": "PayPal", "homepage": "https://github.com/paypal/rest-api-sdk-php/contributors" } ], "require": { "php": ">=5.3.0", "ext-curl": "*", "ext-json": "*", "psr/log": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "autoload": { "psr-0": { "PayPal": "lib/" } } }