composer.aptum.no Open in urlscan Pro
164.92.226.157  Public Scan

URL: https://composer.aptum.no/
Submission: On August 03 via api from US — Scanned from NO

Form analysis 2 forms found in the DOM

<form class="my-3">
  <div class="input-group">
    <label for="search" class="sr-only">Filter packages</label>
    <input type="search" id="search" class="form-control" placeholder="Filter packages" autocomplete="off" autofocus="">
    <select class="custom-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="168.875" 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">
          <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

APTUM COMPOSER PACKAGES REPOSITORY

Last updated:
1 day 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://composer.aptum.no"
  }]
}

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.

aptumas/aptum-blocks
Type wordpress-plugin License proprietary Releases dev-master v0.8 v0.7 v0.6
v0.5 v0.4 v0.3 v0.2 v0.1
aptumas/aptum-wp-composer
Type wordpress-muplugin License proprietary Releases dev-master v1.0.0
aptumas/coding-standards

PHP_CodeSniffer rules (sniffs) to enforce coding conventions

Type phpcodesniffer-standard Keywords phpcs standards Releases dev-master v0.0.2
v0.0.1
aptumas/gravityforms

Easily create web forms and manage form entries within the WordPress admin.

Type wordpress-plugin License GPL-2.0+ Releases dev-master v2.8.15 v2.8.6 v2.8.2
v2.8.0 v2.7.16 v2.7.15 v2.7.14.2 v2.7.13.1
aptumas/site-framework

The SiteFramework WordPress Plugin Framework

Type library Keywords framework wordpress License MIT Authors Kim Helge
Frimanslund Releases v0.1.1 v0.1.0 dev-main

This Composer repository is powered by Satis

Copied dependency to clipboard
Release code snippet for composer json