PHPackages                             oat-sa/extension-tao-outcome - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. oat-sa/extension-tao-outcome

ActiveTao-extension[Utility &amp; Helpers](/categories/utility)

oat-sa/extension-tao-outcome
============================

extension to manage resultservers

v13.8.5(6mo ago)5107.9k↓67.3%3[5 PRs](https://github.com/oat-sa/extension-tao-outcome/pulls)15GPL-2.0-onlyPHPCI passing

Since Sep 18Pushed 5mo ago41 watchersCompare

[ Source](https://github.com/oat-sa/extension-tao-outcome)[ Packagist](https://packagist.org/packages/oat-sa/extension-tao-outcome)[ Docs](http://www.taotesting.com)[ RSS](/packages/oat-sa-extension-tao-outcome/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (9)Versions (153)Used By (15)

TAO *taoResultServer* extension
===============================

[](#tao-taoresultserver-extension)

[![TAO Logo](https://github.com/oat-sa/taohub-developer-guide/raw/master/resources/tao-logo.png)](https://github.com/oat-sa/taohub-developer-guide/raw/master/resources/tao-logo.png)

[![GitHub](https://camo.githubusercontent.com/57d163a0ccd1877c61e1023f3c4301f0fc123c59500ab4b3139e824bb6e90f98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)](https://camo.githubusercontent.com/57d163a0ccd1877c61e1023f3c4301f0fc123c59500ab4b3139e824bb6e90f98/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)[![GitHub release](https://camo.githubusercontent.com/4d8bc1b81a2538da8f4275581a503a6ca15b382157405ccab9fd79c24b037e7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)](https://camo.githubusercontent.com/4d8bc1b81a2538da8f4275581a503a6ca15b382157405ccab9fd79c24b037e7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)[![GitHub commit activity](https://camo.githubusercontent.com/56d0f6d6d78f9e6de19b03730e0c66abf8629658c125d26964b69963cf90644a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d69742d61637469766974792f792f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)](https://camo.githubusercontent.com/56d0f6d6d78f9e6de19b03730e0c66abf8629658c125d26964b69963cf90644a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6d6d69742d61637469766974792f792f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652e737667)[![codecov](https://camo.githubusercontent.com/f4f44eb64e9056e0359caae13a52d1ced0e938449f19fa1f376025a453ce9174/68747470733a2f2f636f6465636f762e696f2f67682f6f61742d73612f657874656e73696f6e2d74616f2d6f7574636f6d652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/oat-sa/extension-tao-outcome)

> Result Core Extension. Provides a results server management, exposes interfaces for results data submission

Installation instructions
-------------------------

[](#installation-instructions)

These instructions assume that you have already a TAO installation on your system. If you don't, go to [package/tao](https://github.com/oat-sa/package-tao) and follow the installation instructions.

If you installed your TAO instance through [package/tao](https://github.com/oat-sa/package-tao), `oat-sa/extension-tao-outcome` is very likely already installed. You can verify this under *Settings -&gt; Extension manager*, where it would appear on the left hand side as `taoResultServer`. 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:

```
composer require oat-sa/extension-tao-outcome
```

Install the extension on the CLI from the project root:

**Linux:**

```
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcome
```

**Windows:**

```
php tao\scripts\installExtension oat-sa/extension-tao-outcome
```

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

- Settings (the gears on the right hand side of the menu) -&gt; Extension manager
- Select *taoResultServer* on the right hand side, check the box and hit *install*

REST API
--------

[](#rest-api)

[QTI Result REST API](https://openapi.taotesting.com/viewer/?url=https://raw.githubusercontent.com/oat-sa/extension-tao-outcome/master/doc/rest.json)

Configuration options
---------------------

[](#configuration-options)

### qtiResultsService.conf.php

[](#qtiresultsserviceconfphp)

*Description:* Returns the storage engine of the result server.

*Possible values:*

- Objects of a class that implements the `QtiResultsService` interface.

### ResultAliasService.conf.php

[](#resultaliasserviceconfphp)

*Description:* Default implementation of service treats delivery execution id as result id and vice versa.

*Possible values:*

- Objects of a class that implements the `ResultAliasService` interface.

### resultservice.conf.php

[](#resultserviceconfphp)

#### Configuration option `result_storage`

[](#configuration-option-result_storage)

*Description:* Gets tao results storage.

*Possible values:*

- Objects of a class that implements the `ResultServerService` interface.

Command to switch to file storage
---------------------------------

[](#command-to-switch-to-file-storage)

```
php index.php '\oat\taoResultServer\scripts\install\InstallFileStorage'
```

Extension Wiki
--------------

[](#extension-wiki)

You can find the [extension wiki here](https://github.com/oat-sa/extension-tao-outcome/wiki).

###  Health Score

59

—

FairBetter than 98% of packages

Maintenance69

Regular maintenance activity

Popularity37

Limited adoption so far

Community43

Growing community involvement

Maturity81

Battle-tested with a long release history

 Bus Factor6

6 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~38 days

Recently: every ~173 days

Total

105

Last Release

191d ago

Major Versions

v11.0.1 → v12.0.02020-04-24

v10.2.3 → v12.3.02020-08-14

v10.2.1.1 → v12.3.12020-10-22

v12.3.3 → v13.0.02021-02-17

v12.3.3.1 → v13.0.12021-03-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/98ddc6f1b615b1fac2d59f1e72d5dc6056cf6650414271da90cb3f0e203516fe?d=identicon)[bugalood](/maintainers/bugalood)

![](https://www.gravatar.com/avatar/c0ec704e0a8abaf0c27b227ad05d7aca23bc8f83d195229d94d4508cddc0fd24?d=identicon)[oat-lionel](/maintainers/oat-lionel)

![](https://www.gravatar.com/avatar/e8c30644c0da147701176483ca1ca40e1c41012e6c5b0da47e984c1eb8a840b1?d=identicon)[jbout](/maintainers/jbout)

![](https://www.gravatar.com/avatar/348b2cf6408227372fbb22c6e8b0832e1c8c98c5d6b0c88bb220dbdfbcd21a39?d=identicon)[krampstudio](/maintainers/krampstudio)

---

Top Contributors

[![llecaque](https://avatars.githubusercontent.com/u/5645487?v=4)](https://github.com/llecaque "llecaque (77 commits)")[![bugalot](https://avatars.githubusercontent.com/u/4217431?v=4)](https://github.com/bugalot "bugalot (62 commits)")[![siwane](https://avatars.githubusercontent.com/u/8009602?v=4)](https://github.com/siwane "siwane (51 commits)")[![jbout](https://avatars.githubusercontent.com/u/5815304?v=4)](https://github.com/jbout "jbout (45 commits)")[![boajer](https://avatars.githubusercontent.com/u/4569734?v=4)](https://github.com/boajer "boajer (44 commits)")[![krampstudio](https://avatars.githubusercontent.com/u/468620?v=4)](https://github.com/krampstudio "krampstudio (27 commits)")[![ionutpad](https://avatars.githubusercontent.com/u/31656944?v=4)](https://github.com/ionutpad "ionutpad (27 commits)")[![tikhanovichA](https://avatars.githubusercontent.com/u/1053022?v=4)](https://github.com/tikhanovichA "tikhanovichA (26 commits)")[![pnal](https://avatars.githubusercontent.com/u/18700632?v=4)](https://github.com/pnal "pnal (26 commits)")[![SergiiTao](https://avatars.githubusercontent.com/u/36041347?v=4)](https://github.com/SergiiTao "SergiiTao (21 commits)")[![antoinerobin](https://avatars.githubusercontent.com/u/5881795?v=4)](https://github.com/antoinerobin "antoinerobin (19 commits)")[![zagovorichev](https://avatars.githubusercontent.com/u/1445911?v=4)](https://github.com/zagovorichev "zagovorichev (16 commits)")[![Yury-Razhkou](https://avatars.githubusercontent.com/u/51408369?v=4)](https://github.com/Yury-Razhkou "Yury-Razhkou (13 commits)")[![jsconan](https://avatars.githubusercontent.com/u/1500098?v=4)](https://github.com/jsconan "jsconan (13 commits)")[![shpran](https://avatars.githubusercontent.com/u/59471572?v=4)](https://github.com/shpran "shpran (13 commits)")[![roman-kovalev](https://avatars.githubusercontent.com/u/8036983?v=4)](https://github.com/roman-kovalev "roman-kovalev (12 commits)")[![Karol-Stelmaczonek](https://avatars.githubusercontent.com/u/118974926?v=4)](https://github.com/Karol-Stelmaczonek "Karol-Stelmaczonek (11 commits)")[![wazelin](https://avatars.githubusercontent.com/u/2943256?v=4)](https://github.com/wazelin "wazelin (10 commits)")[![alexeyvy](https://avatars.githubusercontent.com/u/41291313?v=4)](https://github.com/alexeyvy "alexeyvy (10 commits)")[![mike-ionut-mihai-sandu-tao](https://avatars.githubusercontent.com/u/50211080?v=4)](https://github.com/mike-ionut-mihai-sandu-tao "mike-ionut-mihai-sandu-tao (7 commits)")

---

Tags

TAOcomputer-based-assessmentOAT

### Embed Badge

![Health badge](/badges/oat-sa-extension-tao-outcome/health.svg)

```
[![Health](https://phpackages.com/badges/oat-sa-extension-tao-outcome/health.svg)](https://phpackages.com/packages/oat-sa-extension-tao-outcome)
```

###  Alternatives

[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)[oat-sa/extension-tao-itemqti-pci

1087.5k11](/packages/oat-sa-extension-tao-itemqti-pci)[oat-sa/tao-community

TAO is an Open Source e-Testing platform that empowers you to build, deliver, and share innovative and engaging assessments online – in any language or subject matter.

105.3k1](/packages/oat-sa-tao-community)[oat-sa/generis

TAO generis library

10148.8k124](/packages/oat-sa-generis)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
