Download the PHP package mediawiki/semantic-bundle without Composer

On this page you can find all versions of the php package mediawiki/semantic-bundle. 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 semantic-bundle

Semantic Bundle

Build Status Latest Stable Version Download count

Bundle extension that installs and loads Semantic MediaWiki and associated extensions.

This bundle is for everyone that wants to get the full Semantic MediaWiki experience without individually installing all extensions or figuring out what those extensions are in the first place.

Semantic Bundle is maintained by Professional.Wiki. Contact us for MediaWiki development, managed wiki hosting or MediaWiki support.

Bundled extensions

Only in Semantic Bundle 5.0 and earlier:

Semantic Bundle Versions

Semantic Bundle Supported PHP Supported MediaWiki Bundled SMW
6.0.0 7.4 - 8.1 1.35 - 1.38 ~4.0.1
5.0.0 7.1 - 7.4 1.31 - 1.35 ~3.2.0

Installation

Semantic Bundle is installed using Composer with MediaWiki's built-in support for Composer.

Step 1/3: composer update

Change to the base directory of your MediaWiki installation and execute these two commands:

COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-bundle:~6.0

composer update mediawiki/semantic-bundle --no-dev -o

Step 2/3: modify LocalSettings.php

Add the following two lines to the end of your "LocalSettings.php" file:

Update the enableSemantics line with your domain name. For more information see the enableSemantics documentation.

Step 3/3: run update.php

Run the update.php script from the base directory of your MediaWiki installation:

php maintenance/update.php

Verify everything went alright

Check the "Special:Version" page on your wiki. If it lists Semantic MediaWiki, installation was successful.

Finally, please consider sponsoring the project.

How this works

This section is to provide extra background to people familiar with the MediaWiki extension registration mechanism. Understanding it is not required for using Semantic Bundle.

Semantic Bundle pulls in all relevant Semantic MediaWiki extensions via Composer by defining them as dependency in its require section. By including SemanticBundle.php you enable these extensions, since SemanticBundle.php calls wfLoadExtensions just like you would do if you had installed them individually.

If you want to only load some of the extensions, you can call wfLoadExtensions yourself instead of including SemanticBundle.php.

Update/version policy

Like this included extensions, Semantic Bundle itself follows semantic versioning. This means that we avoid breaking changes in all but our major versions.

In other words, if you install version ~42.0 of Semantic Bundle, you can run composer update at any later time without worrying a breaking change will be included. No extensions will be removed, no extensions will be added and no extensions will be upgraded to a new version that itself has breaking changes.

To get the latest set of extensions included by Semantic Bundle, make sure your "composer.local.json" file contains the latest version of Semantic Bundle.

Version history

Semantic Bundle 6.0.1 (2022-04-09)

Semantic Bundle 6.0.0 (2022-04-08)

Semantic Bundle 5.0.0 (2021-08-05)

Semantic Bundle 4.0.0 (2020-11-02)

Semantic Bundle 3.2.0 (2020-09-13)

Semantic Bundle 3.1.2 (2020-03-17)

Semantic Bundle 3.1.1 (2020-03-15)

Semantic Bundle 3.1.0 (2020-01-26)

Semantic Bundle 3.0.1 (2019-10-29)

Semantic Bundle 3.0.0 (2019-09-24)

Semantic Bundle 2.0.0 (2019-09-09)

Semantic Bundle 1.0.0 (2019-09-05)


All versions of semantic-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
composer/installers Version ^2|^1.0.1
mediawiki/semantic-media-wiki Version ^4.0.1
mediawiki/semantic-result-formats Version ^4.0.1
mediawiki/maps Version ^9.0.7
professional-wiki/modern-timeline Version ^1.2.0
mediawiki/mermaid Version ^3.1.0
mediawiki/semantic-extra-special-properties Version ^3.0.1
mediawiki/semantic-compound-queries Version ^2.2.0
mediawiki/page-forms Version ^5.0.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 mediawiki/semantic-bundle contains the following files

Loading the files please wait ....