packages.archimede-solutions.eu Open in urlscan Pro
185.194.248.126  Public Scan

URL: https://packages.archimede-solutions.eu/
Submission: On July 25 via automatic, source certstream-suspicious — Scanned from NL

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">
      <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" data-toggle="collapse" data-target=".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 class="my-3 card collapse settings show" aria-expanded="false" data-natural-height="147.375" style="overflow: hidden; max-height: 0px; transition: max-height 0.25s ease 0s;">
  <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">
          <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

ARCHIMEDE/PACKAGES

Last updated:
over 1 year 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://packages.archimede-solutions.eu"
  }]
}

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.

archimede/plugin-paynl

Paynl payment provider plugin for ARC.

Type arc-plugin Keywords arc paynl psp License proprietary Authors Marvin
Schreurs Support
 * Email: m.schreurs@archimedetrading.eu

Releases 0.1.1 0.1.0 dev-master
archimede/plugin-postnl-address-checker

Address checker plugin for ARC.

Type arc-plugin Keywords arc postnl License proprietary Authors Marvin Schreurs
Support
 * Email: m.schreurs@archimedetrading.eu

Releases 0.1.1 0.1.0 dev-master
archimede/plugin-skeleton

Plugin skeleton for ARC.

Type arc-plugin Keywords arc skeleton License proprietary Authors Marvin
Schreurs Support
 * Email: m.schreurs@archimedetrading.eu

Releases 1.0.0 dev-master
archimede/postnl-php-client

Postnl API client for checking addresses.

Type library Keywords api arc postnl License proprietary Authors Marvin Schreurs
Support
 * Email: m.schreurs@archimedetrading.eu

Releases 1.0.0 dev-master Required by
 * archimede/plugin-postnl-address-checker

This Composer repository is powered by Satis

Copied dependency to clipboard
Release code snippet for composer json