Download the PHP package atoum/standard-edition without Composer

On this page you can find all versions of the php package atoum/standard-edition. 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 standard-edition

atoum standard edition Build Status

atoum standard edition is an opinionated packaging of atoum. It contains features that are not considered best practices in atoum's core, but could be useful and used by many developers. It is also aimed to ease the integration on ci environments and leverage the composer.json file to provide some automatic configuration.

Install it

You just have to require atoum/standard-edition via composer. You don't need to install atoum manually.

Features

See below for the full list of features.

Detailled Features

Features provided by extensions

For each of these features, the best is to read the documentation for each of them. Just remember they are ready to use, so you don't need to configure it in the configuration file or whatever.

Generate an xUnit report with ease

To generate an Xunit report, add the environnement variable XUNIT_REPORT_PATH with the path to the xUnit file to generate as value.

If the directory were the file should be written does not exists, il will be created.

Participate in the Telemetry project

If you want to participate in the telemetry project, you just need to set the TELEMETRY_ENABLED environnment variable.

You can set multiple values

Automatic configuration of the autoloop extension

If the autoloop extension is installed, files/folders defined in the autoload section of your composer.json file will be automaticly watch.

You must manually install the autoloop extension (because some of its dependancies may cause conflicts on your project).

Links

Licence

atoum standard edition is released under the MIT License. See the bundled LICENSE file for details.


All versions of standard-edition with dependencies

PHP Build Version
Package Version
Requires atoum/atoum Version ^3.2
atoum/stubs Version ^2.6
atoum/visibility-extension Version ^1.3
atoum/config-extension Version ^0.3
atoum/reports-extension Version ^3.0
atoum/telemetry-extension Version ^1.0
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 atoum/standard-edition contains the following files

Loading the files please wait ....