Download the PHP package pixelant/qbank without Composer

On this page you can find all versions of the php package pixelant/qbank. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package qbank

QBank DAM for TYPO3

Installation

  1. Install the extension using Composer: composer req pixelant/qbank
  2. Activate the extension in TYPO3 by using the Admin Tools > Extensions module or by running vendor/bin/typo3 extension:activate qbank; vendor/bin/typo3cms database:updateschema in the command line.

Configuration

In order for the extension to work, it must be configured. In the TYPO3 Backend, navigate to Admin Tools > Settings > Extension Configuration > qbank and set the required global configuration options in the "Basic" tab. Configuration options in the "Optional" tab are not required, but enable additional functionality, such as usage reporting.

Configuration options can also be set using environment variables. These will override any setting made in the Extension Configuration module.

Available global configuration options

Basic

Basic configuration options.

Optional

Optional configuration options.

Site and language configuration

Deployment sites can also be configured on a per-site and per-site-language basis.

Site configuration

In the TYPO3 Backend, navigate to Site Management > Sites > {Your site} > Qbank tab. You can set the field "Deployment sites" to a comma-separated list of deployment sites. If empty, the value is inherited from the global extension configuration or environment variables.

Per-site configuration of deployment site.

Site language configuration

In the TYPO3 Backend, navigate to Site Management > Sites > {Your site} > Languages tab. Select the language you would like to edit and find the "QBank deployment sites" option. You can set the field to a comma-separated list of deployment sites. If empty, the value is inherited from the site's "Deployment sites" field, global extension configuration, or environment variables.

Per-site-language configuration of deployment site.

Backend Module

Overview

Not completed. Will contain some overview of files and statuses.

Mappings

This view displays all mappings mappings between QBank and TYPO3 metadata. It is also possible to add or remove mappings from this view.

List

This view displays a list of the QBank files downloaded to TYPO3. It is possible to manually update metadata or replace files from it.

Console Commands

There are two console commands. One that can be used to update status of downloaded files, and one that can be used to update metadata or replace files. These commands can be added to scheduler tasks to be executed by a certain interval.

Support

For help with QBank DAM, please contact [email protected].

For help with installing and configuring this TYPO3 extension, please submit an issue.

Bugs and feature requests

Bug reports and feature requests are very welcome. Create a bug report or feature request


All versions of qbank with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
qbnk/qbank3api-phpwrapper Version ^7.0
typo3/cms-core Version ^12.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pixelant/qbank contains the following files

Loading the files please wait ....