paypal-module.packages.oxid-esales.com Open in urlscan Pro
2606:4700:10::6814:3170  Public Scan

URL: https://paypal-module.packages.oxid-esales.com/
Submission: On August 09 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="my-3">
  <div class="input-group">
    <label for="search" class="visually-hidden">Filter packages</label>
    <input type="search" id="search" class="form-control" placeholder="Filter packages" autocomplete="off" autofocus="">
    <select class="form-select filter-field" aria-label="Filter by...">
      <option value="all" selected="" disabled="" hidden="">Filter by..</option>
      <option value="all">All fields</option>
      <optgroup label="Specific field...">
        <option value="name">Name</option>
        <option value="description">Description</option>
        <option value="type">Type</option>
        <option value="keywords">Keywords</option>
        <option value="homepage">Homepage</option>
        <option value="license">License</option>
        <option value="authors">Authors</option>
        <option value="support">Support</option>
        <option value="releases">Releases</option>
        <option value="required-by">Required by</option>
      </optgroup>
    </select>
    <div class="input-group-append">
      <button class="btn btn-outline-secondary toggle-settings" type="button" aria-pressed="false" aria-label="Toggle settings" title="Toggle settings" aria-expanded="false" aria-controls="package-filter-settings">
        <svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" role="img">
          <path
            d="M11.998 7.66A4.339 4.339 0 007.661 12a4.342 4.342 0 004.337 4.34A4.33 4.33 0 0016.323 12a4.327 4.327 0 00-4.325-4.34zm8.697 6.833l-.782 1.883 1.395 2.739.184.362-1.933 1.933-3.173-1.498-1.883.773-.956 2.927-.122.388h-2.733l-1.183-3.303-1.883-.777-2.743 1.391-.362.181-1.933-1.932 1.497-3.174-.776-1.882-2.921-.954L0 13.425v-2.732L3.306 9.51l.775-1.88-1.39-2.745-.183-.36 1.93-1.93L7.615 4.09l1.88-.778.956-2.924.123-.388h2.732l1.183 3.307 1.879.778 2.744-1.392.365-.184 1.931 1.93-1.496 3.172.773 1.885 2.93.955.385.123v2.73l-3.305 1.189z">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

<form id="package-filter-settings" class="my-3 card settings" data-natural-height="147.375" hidden="" style="overflow: hidden; max-height: 0px; transition: max-height 0.25s;">
  <div class="card-body">
    <div class="form-group">
      <p class="h6">Default package "filter by" field:</p>
      <div class="form-check form-check-inline">
        <input id="package-filter-last" class="form-check-input" type="radio" name="default-filter" value="all" checked="">
        <label class="form-check-label" for="package-filter-last">Search in all fields</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="package-filter-recent" class="form-check-input" type="radio" name="default-filter" value="recent">
        <label class="form-check-label" for="package-filter-recent">Most recently selected field</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="package-filter-custom" class="form-check-input" type="radio" name="default-filter" value="custom">
        <label class="form-check-label" for="package-filter-custom">Use this field:</label>
        <select class="custom-select ml-2 default-filter-field" aria-label="Default filter field">
          <option value="all" selected="" disabled="" hidden="">Select field...</option>
          <option value="name">Name</option>
          <option value="description">Description</option>
          <option value="type">Type</option>
          <option value="keywords">Keywords</option>
          <option value="homepage">Homepage</option>
          <option value="license">License</option>
          <option value="authors">Authors</option>
          <option value="support">Support</option>
          <option value="releases">Releases</option>
          <option value="required-by">Required by</option>
        </select>
      </div>
    </div>
    <div class="form-group mb-0">
      <p class="h6">Fields to display on packages:</p>
      <div class="form-check form-check-inline">
        <button id="toggle-field-all" class="btn btn-sm btn-primary" disabled="">Show All</button>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-description" class="form-check-input toggle-field" type="checkbox" value="description" checked="">
        <label class="form-check-label" for="toggle-field-description">Description</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-type" class="form-check-input toggle-field" type="checkbox" value="type" checked="">
        <label class="form-check-label" for="toggle-field-type">Type</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-keywords" class="form-check-input toggle-field" type="checkbox" value="keywords" checked="">
        <label class="form-check-label" for="toggle-field-keywords">Keywords</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-homepage" class="form-check-input toggle-field" type="checkbox" value="homepage" checked="">
        <label class="form-check-label" for="toggle-field-homepage">Homepage</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-license" class="form-check-input toggle-field" type="checkbox" value="license" checked="">
        <label class="form-check-label" for="toggle-field-license">License</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-authors" class="form-check-input toggle-field" type="checkbox" value="authors" checked="">
        <label class="form-check-label" for="toggle-field-authors">Authors</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-support" class="form-check-input toggle-field" type="checkbox" value="support" checked="">
        <label class="form-check-label" for="toggle-field-support">Support</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-releases" class="form-check-input toggle-field" type="checkbox" value="releases" checked="">
        <label class="form-check-label" for="toggle-field-releases">Releases</label>
      </div>
      <div class="form-check form-check-inline">
        <input id="toggle-field-required-by" class="form-check-input toggle-field" type="checkbox" value="required-by" checked="">
        <label class="form-check-label" for="toggle-field-required-by">Required by</label>
      </div>
    </div>
  </div>
</form>

Text Content

OXID-ESALES/PAYPAL-MODULE-REPOSITORY

Last updated:
7 months ago
Filter packages Filter by.. All fields Name Description Type Keywords Homepage
License Authors Support Releases Required by


Default package "filter by" field:

Search in all fields
Most recently selected field
Use this field: Select field... Name Description Type Keywords Homepage License
Authors Support Releases Required by

Fields to display on packages:

Show All
Description
Type
Keywords
Homepage
License
Authors
Support
Releases
Required by

This is a private Composer repository. To use it, you have to add this
repository to your composer.json file.


SETTING UP THIS REPOSITORY IN YOUR PROJECTS

Add this Composer repository to your project's composer.json file, then you can
require these private packages just like you would with one from Packagist.

{
  "repositories": [{
    "type": "composer",
    "url": "https://paypal-module.packages.oxid-esales.com/"
  }]
}

Click on an individual package's release version to get a snippet of code for
your project's dependencies.

Read more on how to handle composer private packages.

oxid-solution-catalysts/paypal-client

OXID eSales PayPal payment API-client for OXID

Type library Releases v3.0.9 v3.0.8 v2.0.9 v2.0.8 v2.0.7 v1.0.9 v1.0.8 v1.0.7
v1.0.6 v1.0.5 v1.0.4 v1.0.3 v1.0.2 v1.0.1 v1.0.0 dev-b-7.0.x dev-b-6.3.x
dev-b-6.1.x dev-PSPAYPAL-680-Valting dev-PSPAYPAL-678_Oxid7
dev-PSPAYPAL-618_CacheToken_6.1 dev-PSPAYPAL-618_CacheToken dev-main Required by
 * oxid-solution-catalysts/paypal-module

oxid-solution-catalysts/paypal-module

OXID eSales PayPal payment module for OXID

Type oxideshop-module Keywords eShop modules oxid payment paypal Homepage
https://www.oxid-esales.com License GPL-3.0 Support
 * Source: https://github.com/OXID-eSales/paypal-module
 * Issues: https://github.com/OXID-eSales/paypal-module/issues
 * Forum: https://forum.oxid-esales.com
 * Docs: https://docs.oxid-esales.com/modules/paypal-checkout/en/latest

Releases v3.3.4-rc.1 v3.3.3 v3.3.2 v2.3.3 v2.3.2 v2.3.2-rc.3 v2.3.2-rc.2
v2.3.2-rc.1 v2.3.1 v2.3.1-rc.2 v2.3.1-rc.1 v2.3.0 v2.3.0-rc.3 v2.3.0-rc.2
v2.3.0-rc.1 v2.2.3 v2.2.2 v2.2.1 v2.2.0 v2.1.6 v2.1.5 v2.1.4 v2.1.3 v2.1.2
v2.1.1 v2.1.0 v2.0.0 v1.3.3 v1.3.2 v1.3.2-rc.3 v1.3.2-rc.2 v1.3.2-rc.1 v1.3.1
v1.3.1-rc.2 v1.3.1-rc.1 v1.3.0 v1.3.0-rc.3 v1.3.0-rc.2 v1.3.0-rc.1 v1.2.3 v1.2.2
v1.2.1 v1.2.0 v1.1.6 v1.1.5 v1.1.4 v1.1.3 v1.1.2 v1.1.1 v1.1.0 v1.0.0
v1.0.0-rc.9 v1.0.0-rc.8 v1.0.0-rc.7 v1.0.0-rc.6 v1.0.0-rc.5 v1.0.0-rc.4
v1.0.0-rc.3 v1.0.0-rc.2 v1.0.0-rc.1 dev-b-7.0.x dev-b-6.3.x dev-b-6.1.x
dev-b-6.1.x-PSPAYPAL-594-improve-github-actions dev-PSPAYPAL-724_BNCodes_6.1
dev-PSPAYPAL-724_BNCodes dev-PSPAYPAL-694_PPStandardPayNowButton_6.1
dev-PSPAYPAL-694_PPStandardPayNowButton dev-PSPAYPAL-693_StoreConfigTypeSafe
dev-PSPAYPAL-691_CorrectHandleOfVouchers dev-PSPAYPAL-680-Vaulting
dev-dependabot/github_actions/actions/cache-4.0.0

This Composer repository is powered by Satis

Copied dependency to clipboard
Release code snippet for composer json