Download the PHP package oat-sa/extension-tao-delivery without Composer

On this page you can find all versions of the php package oat-sa/extension-tao-delivery. 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 extension-tao-delivery

TAO taoDelivery extension

TAO Logo

GitHub GitHub release GitHub commit activity codecov

Extension to manage deliveries

Installation instructions

These instructions assume that you have already a TAO installation on your system. If you don't, go to package/tao and follow the installation instructions.

If you installed your TAO instance through package/tao, oat-sa/extension-tao-delivery is very likely already installed. You can verify this under Settings -> Extension manager, where it would appear on the left hand side as taoDelivery. Alternatively you would find it in the code at /config/generis/installation.conf.php.

Note, that you have to be logged in as System Administrator to do this.

Add the extension to your TAO composer and to the autoloader:

Install the extension on the CLI from the project root:

Linux:

Windows:

As a system administrator you also install it through the TAO Extension Manager:

REST API

Open API Specification

Configuration options

AttemptService.conf.php

Configuration option states_to_exclude

Description : when retrieving attempts (executions), those attempts with specified states won't be retrieved

Possible states :

One can specify multiple states as an array to exclude.

authorization.conf.php

Configuration option providers

Description : when verifying that a given delivery execution is allowed to be executed, the specified providers are used. For an execution to be rejected, at least one provider should throw an exception, return values are not considered

Possible values:

Value examples :

DeliveryExecutionDelete.conf.php

Configuration option deleteDeliveryExecutionDataServices

Description: the list of services to remove a delivery execution

Possible values:

deliveryFields.conf.php

Configuration option http://www.tao.lu/Ontologies/TAODelivery.rdf#CustomLabel

Description: the use roles able to see delivery custom labels

Possible values:

Value examples:

returnUrl.conf.php

Configuration option extension

Description: an extension name for composing a return URL

Possible values:

Value examples:

Configuration option controller

Description: a controller (module) name for composing a return URL

Possible values:

Value examples:

Configuration option method

Description: a method (action) for composing a return URL

Possible values:

Value examples:

Extension Wiki

You can find the extension wiki here.


All versions of extension-tao-delivery with dependencies

PHP Build Version
Package Version
Requires oat-sa/extension-tao-outcome Version >=13.0.0
oat-sa/generis Version >=15.22
oat-sa/oatbox-extension-installer Version ~1.1||dev-master
oat-sa/tao-core Version >=50.24.6
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 oat-sa/extension-tao-delivery contains the following files

Loading the files please wait ....