packages.t3kit.zwei14.website Open in urlscan Pro
138.201.205.25  Public Scan

URL: https://packages.t3kit.zwei14.website/
Submission: On October 13 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="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 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

T3KIT/SATIS-PACKAGES

Last updated:
6 minutes 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.t3kit.zwei14.website"
  }]
}

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.

z14/t3kit-base

Basic extension for unique TYPO3 projects provided by Z14 developers.

Type typo3-cms-extension Keywords TYPO3 Z14 ZWEI14 basics extension License
GPL-2.0-or-later Authors Z14 Developer Team Support
 * Source: https://gitlab.com/z14-basics/typo3/t3kit-base
 * Issues: https://gitlab.com/z14-basics/typo3/t3kit-base/-/issues
 * Docs: https://docs.zwei14.com/

Releases 11.5.x-dev Required by
 * z14/t3kit-custom

z14/t3kit-custom

Versatile customer extension for unique TYPO3 projects provided by Z14
developers.

Type typo3-cms-extension Keywords TYPO3 Z14 ZWEI14 custom extension Homepage
https://zwei14.de License GPL-2.0-or-later Authors Z14 Developer Team Support
 * Source: https://gitlab.com/z14-basics/typo3/t3kit-custom
 * Issues: https://gitlab.com/z14-basics/typo3/t3kit-custom/-/issues
 * Docs: https://docs.zwei14.com/

Releases 11.5.x-dev

This Composer repository is powered by Satis

Copied dependency to clipboard
Release code snippet for composer json