基本信息
源码名称:原生PHP配置paypal支付接口成功!不用Composer!
源码大小:0.20M
文件格式:.rar
开发语言:PHP
更新时间:2023-12-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
原生PHP配置paypal支付接口成功!不用Composer!
原生PHP配置paypal支付接口成功!不用Composer!下载接口的时候,在Github上面还是在码云上我也忘记了。总之。点击“克隆and下载”,下载下来的压缩包解压后只有一个paypal文件夹。在这里着重交待:只有一个paypal...

.
├── paypal
│   ├── PayPal.log
│   ├── payment
│   │   ├── cancel.php
│   │   ├── common.php
│   │   ├── exec.php
│   │   └── payment.php
│   └── vendor
│       ├── autoload.php
│       ├── composer
│       │   ├── ClassLoader.php
│       │   ├── LICENSE
│       │   ├── autoload_classmap.php
│       │   ├── autoload_namespaces.php
│       │   ├── autoload_psr4.php
│       │   ├── autoload_real.php
│       │   ├── autoload_static.php
│       │   └── installed.json
│       ├── paypal
│       │   └── rest-api-sdk-php
│       │       ├── CHANGELOG.md
│       │       ├── LICENSE
│       │       ├── README.md
│       │       ├── composer.json
│       │       ├── lib
│       │       │   └── PayPal
│       │       │       ├── Api
│       │       │       │   ├── Address.php
│       │       │       │   ├── Agreement.php
│       │       │       │   ├── AgreementDetails.php
│       │       │       │   ├── AgreementStateDescriptor.php
│       │       │       │   ├── AgreementTransaction.php
│       │       │       │   ├── AgreementTransactions.php
│       │       │       │   ├── AlternatePayment.php
│       │       │       │   ├── Amount.php
│       │       │       │   ├── Authorization.php
│       │       │       │   ├── BankAccount.php
│       │       │       │   ├── BankAccountsList.php
│       │       │       │   ├── BankToken.php
│       │       │       │   ├── BaseAddress.php
│       │       │       │   ├── Billing.php
│       │       │       │   ├── BillingAgreementToken.php
│       │       │       │   ├── BillingInfo.php
│       │       │       │   ├── CancelNotification.php
│       │       │       │   ├── Capture.php
│       │       │       │   ├── CarrierAccount.php
│       │       │       │   ├── CarrierAccountToken.php
│       │       │       │   ├── CartBase.php
│       │       │       │   ├── ChargeModel.php
│       │       │       │   ├── Cost.php
│       │       │       │   ├── CountryCode.php
│       │       │       │   ├── CreateProfileResponse.php
│       │       │       │   ├── Credit.php
│       │       │       │   ├── CreditCard.php
│       │       │       │   ├── CreditCardHistory.php
│       │       │       │   ├── CreditCardList.php
│       │       │       │   ├── CreditCardToken.php
│       │       │       │   ├── CreditFinancingOffered.php
│       │       │       │   ├── Currency.php
│       │       │       │   ├── CurrencyConversion.php
│       │       │       │   ├── CustomAmount.php
│       │       │       │   ├── DetailedRefund.php
│       │       │       │   ├── Details.php
│       │       │       │   ├── Error.php
│       │       │       │   ├── ErrorDetails.php
│       │       │       │   ├── ExtendedBankAccount.php
│       │       │       │   ├── ExternalFunding.php
│       │       │       │   ├── FileAttachment.php
│       │       │       │   ├── FlowConfig.php
│       │       │       │   ├── FmfDetails.php
│       │       │       │   ├── FundingDetail.php
│       │       │       │   ├── FundingInstrument.php
│       │       │       │   ├── FundingOption.php
│       │       │       │   ├── FundingSource.php
│       │       │       │   ├── FuturePayment.php
│       │       │       │   ├── HyperSchema.php
│       │       │       │   ├── Image.php
│       │       │       │   ├── Incentive.php
│       │       │       │   ├── InputFields.php
│       │       │       │   ├── InstallmentInfo.php
│       │       │       │   ├── InstallmentOption.php
│       │       │       │   ├── Invoice.php
│       │       │       │   ├── InvoiceAddress.php
│       │       │       │   ├── InvoiceItem.php
│       │       │       │   ├── InvoiceNumber.php
│       │       │       │   ├── InvoiceSearchResponse.php
│       │       │       │   ├── Item.php
│       │       │       │   ├── ItemList.php
│       │       │       │   ├── Links.php
│       │       │       │   ├── Measurement.php
│       │       │       │   ├── MerchantInfo.php
│       │       │       │   ├── MerchantPreferences.php
│       │       │       │   ├── Metadata.php
│       │       │       │   ├── NameValuePair.php
│       │       │       │   ├── Notification.php
│       │       │       │   ├── OpenIdAddress.php
│       │       │       │   ├── OpenIdError.php
│       │       │       │   ├── OpenIdSession.php
│       │       │       │   ├── OpenIdTokeninfo.php
│       │       │       │   ├── OpenIdUserinfo.php
│       │       │       │   ├── Order.php
│       │       │       │   ├── OverrideChargeModel.php
│       │       │       │   ├── Participant.php
│       │       │       │   ├── Patch.php
│       │       │       │   ├── PatchRequest.php
│       │       │       │   ├── Payee.php
│       │       │       │   ├── Payer.php
│       │       │       │   ├── PayerInfo.php
│       │       │       │   ├── Payment.php
│       │       │       │   ├── PaymentCard.php
│       │       │       │   ├── PaymentCardToken.php
│       │       │       │   ├── PaymentDefinition.php
│       │       │       │   ├── PaymentDetail.php
│       │       │       │   ├── PaymentExecution.php
│       │       │       │   ├── PaymentHistory.php
│       │       │       │   ├── PaymentInstruction.php
│       │       │       │   ├── PaymentOptions.php
│       │       │       │   ├── PaymentSummary.php
│       │       │       │   ├── PaymentTerm.php
│       │       │       │   ├── Payout.php
│       │       │       │   ├── PayoutBatch.php
│       │       │       │   ├── PayoutBatchHeader.php
│       │       │       │   ├── PayoutItem.php
│       │       │       │   ├── PayoutItemDetails.php
│       │       │       │   ├── PayoutSenderBatchHeader.php
│       │       │       │   ├── Phone.php
│       │       │       │   ├── Plan.php
│       │       │       │   ├── PlanList.php
│       │       │       │   ├── PotentialPayerInfo.php
│       │       │       │   ├── Presentation.php
│       │       │       │   ├── PrivateLabelCard.php
│       │       │       │   ├── ProcessorResponse.php
│       │       │       │   ├── RecipientBankingInstruction.php
│       │       │       │   ├── RedirectUrls.php
│       │       │       │   ├── Refund.php
│       │       │       │   ├── RefundDetail.php
│       │       │       │   ├── RefundRequest.php
│       │       │       │   ├── RelatedResources.php
│       │       │       │   ├── Sale.php
│       │       │       │   ├── Search.php
│       │       │       │   ├── ShippingAddress.php
│       │       │       │   ├── ShippingCost.php
│       │       │       │   ├── ShippingInfo.php
│       │       │       │   ├── Tax.php
│       │       │       │   ├── Template.php
│       │       │       │   ├── TemplateData.php
│       │       │       │   ├── TemplateSettings.php
│       │       │       │   ├── TemplateSettingsMetadata.php
│       │       │       │   ├── Templates.php
│       │       │       │   ├── Terms.php
│       │       │       │   ├── Transaction.php
│       │       │       │   ├── TransactionBase.php
│       │       │       │   ├── Transactions.php
│       │       │       │   ├── VerifyWebhookSignature.php
│       │       │       │   ├── VerifyWebhookSignatureResponse.php
│       │       │       │   ├── WebProfile.php
│       │       │       │   ├── Webhook.php
│       │       │       │   ├── WebhookEvent.php
│       │       │       │   ├── WebhookEventList.php
│       │       │       │   ├── WebhookEventType.php
│       │       │       │   ├── WebhookEventTypeList.php
│       │       │       │   └── WebhookList.php
│       │       │       ├── Auth
│       │       │       │   └── OAuthTokenCredential.php
│       │       │       ├── Cache
│       │       │       │   └── AuthorizationCache.php
│       │       │       ├── Common
│       │       │       │   ├── ArrayUtil.php
│       │       │       │   ├── PayPalModel.php
│       │       │       │   ├── PayPalResourceModel.php
│       │       │       │   ├── PayPalUserAgent.php
│       │       │       │   └── ReflectionUtil.php
│       │       │       ├── Converter
│       │       │       │   └── FormatConverter.php
│       │       │       ├── Core
│       │       │       │   ├── PayPalConfigManager.php
│       │       │       │   ├── PayPalConstants.php
│       │       │       │   ├── PayPalCredentialManager.php
│       │       │       │   ├── PayPalHttpConfig.php
│       │       │       │   ├── PayPalHttpConnection.php
│       │       │       │   ├── PayPalLoggingManager.php
│       │       │       │   └── cacert.pem
│       │       │       ├── Exception
│       │       │       │   ├── PayPalConfigurationException.php
│       │       │       │   ├── PayPalConnectionException.php
│       │       │       │   ├── PayPalInvalidCredentialException.php
│       │       │       │   └── PayPalMissingCredentialException.php
│       │       │       ├── Handler
│       │       │       │   ├── IPayPalHandler.php
│       │       │       │   ├── OauthHandler.php
│       │       │       │   └── RestHandler.php
│       │       │       ├── Log
│       │       │       │   ├── PayPalDefaultLogFactory.php
│       │       │       │   ├── PayPalLogFactory.php
│       │       │       │   └── PayPalLogger.php
│       │       │       ├── Rest
│       │       │       │   ├── ApiContext.php
│       │       │       │   └── IResource.php
│       │       │       ├── Security
│       │       │       │   └── Cipher.php
│       │       │       ├── Transport
│       │       │       │   └── PayPalRestCall.php
│       │       │       └── Validation
│       │       │           ├── ArgumentValidator.php
│       │       │           ├── JsonValidator.php
│       │       │           ├── NumericValidator.php
│       │       │           └── UrlValidator.php
│       │       ├── phpunit.integration.xml
│       │       ├── phpunit.xml
│       │       └── var
│       │           └── auth.cache
│       └── psr
│           └── log
│               ├── LICENSE
│               ├── Psr
│               │   └── Log
│               │       ├── AbstractLogger.php
│               │       ├── InvalidArgumentException.php
│               │       ├── LogLevel.php
│               │       ├── LoggerAwareInterface.php
│               │       ├── LoggerAwareTrait.php
│               │       ├── LoggerInterface.php
│               │       ├── LoggerTrait.php
│               │       ├── NullLogger.php
│               │       └── Test
│               │           ├── LoggerInterfaceTest.php
│               │           └── TestLogger.php
│               ├── README.md
│               └── composer.json
└── 原生PHP配置paypal支付接口成功!不用Composer!_paypal.rar

27 directories, 203 files