Download the PHP package oat-sa/tao-dependency-resolver without Composer

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

Tao dependency resolver

Resolves the dependency requirement tree from manifest.php in each extension needed.

Default result is to displays a corresponding composer.json require array. If you need to write this to a file, just redirect the standard output.

Now works with both extension names and repository names.

A more extensive explanation of the problematics and solutions is exposed in the documentation.

Installation

Clone this repository.

Install dependencies :

Minimal PHP version required: 7.1

PHP extensions required: php7.1-xml, php7.1-mbstring

Authentication

Create a .env file in the root directory with your github token and organization name (you can copy and populate the existing .env.dist template file). You need to provide a valid GitHub token with "repo" access rights.

The tools

There are two tools in this repository:

Dependency resolver

Read more about this tool here.

Only one of the two options repository-name and extension-name must be provided.

Usage examples

Resolve dependencies for repository oat-sa/extension-tao-items with no branch specified (defaults to develop) and write the result to /dest/dir/composer.json with verbose output:

Will display the following in the console:

And write the following to /dest/dir/composer.json:

Resolve dependencies for extension taoQtiTest with main branch feature/tao-1234, branch feature/tao-1234 for tao, branch master for generis and display the result to console:

Will display the following in the console:

Requiring a non-existing branch will result in a exception both for main repository and dependencies:

Trying to resolve dependencies for unknown repository will result in a exception:

Trying to resolve dependencies for unknown extension will also result in a exception:

But if it is a newly added extension, it may just not be in the extension map. If this is the case, you can update the extension map with the second tool:

Repository lister

Read more about this tool here.

This tool reads every oat-sa repositories in Github and maintains the map of extension name to repository name.

/!\ This is not needed each time, there is an up-to-date map currently provided in <project config dir>/repositoryMap.json and it is quite time consuming...

Update repositories

Reads and analyzes repositories from Github.

Dump repository list

Dumps the repository map to a CSV file for human reading and analysis.


All versions of tao-dependency-resolver with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
ext-ctype Version *
ext-iconv Version *
ext-json Version *
knplabs/github-api Version ^2.11
knplabs/packagist-api Version ^1.5
league/flysystem Version ^1.0
mikey179/vfsstream Version ^1.6
nikic/php-parser Version ^4.2
php-http/guzzle6-adapter Version ^1.1
symfony/console Version 4.2.*
symfony/dotenv Version 4.2.*
symfony/expression-language Version 4.2.*
symfony/flex Version ^1.1
symfony/framework-bundle Version 4.2.*
symfony/monolog-bundle Version ^3.3
symfony/yaml Version 4.2.*
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/tao-dependency-resolver contains the following files

Loading the files please wait ....