Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Paypal Server Sdk Laravel Package

paypal/paypal-server-sdk

Official PayPal Server SDK for PHP. Integrates with a limited set of PayPal REST APIs (Orders, Payments, Vault, Transaction Search, Subscriptions). Supports sandbox/live environments, configurable timeouts, and optional retries/backoff.

View on GitHub
Deep Wiki
Context7

Apple Pay Card

The payment card to be used to fund a payment. Can be a credit or debit card.

Structure

ApplePayCard

Fields

Name Type Tags Description Getter Setter
name ?string Optional The card holder's name as it appears on the card.Constraints: Minimum Length: 1, Maximum Length: 300, Pattern: ^.{1,300}$ getName(): ?string setName(?string name): void
lastDigits ?string Optional The last digits of the payment card.Constraints: Minimum Length: 2, Maximum Length: 4, Pattern: ^[0-9]{2,4}$ getLastDigits(): ?string setLastDigits(?string lastDigits): void
type ?string(CardType) Optional Type of card. i.e Credit, Debit and so on.Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[A-Z_]+$ getType(): ?string setType(?string type): void
brand ?string(CardBrand) Optional The card network or brand. Applies to credit, debit, gift, and payment cards.Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[A-Z_]+$ getBrand(): ?string setBrand(?string brand): void
billingAddress ?Address Optional The portable international postal address. Maps to AddressValidationMetadata and HTML 5.1 Autofilling form controls: the autocomplete attribute. getBillingAddress(): ?Address setBillingAddress(?Address billingAddress): void

Example (as JSON)

{
  "name": "name4",
  "last_digits": "last_digits8",
  "type": "UNKNOWN",
  "brand": "SWITCH",
  "billing_address": {
    "address_line_1": "address_line_12",
    "address_line_2": "address_line_28",
    "admin_area_2": "admin_area_28",
    "admin_area_1": "admin_area_14",
    "postal_code": "postal_code0",
    "country_code": "country_code8"
  }
}
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi