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

Latest Stable Version Total Download Count

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

This bundle is for everyone who wants to get the full Semantic MediaWiki experience without individually install all extensions or figure 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, including Semantic MediaWiki support.

Bundled extensions

Only in Semantic Bundle 5.0 and earlier:

Semantic Bundle Versions

Semantic Bundle Supported PHP Supported MediaWiki Bundled SMW
6.1.0 7.4 - 8.2 1.35 - 1.41 ~4.2.0
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:

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, the installation was successful.

Finally, please consider sponsoring the project.

How this works

This section provides extra background to people familiar with the MediaWiki extension registration mechanism. Understanding that it is not required to use Semantic Bundle.

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

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

Update/version policy

Like these included extensions, Semantic Bundle 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 with 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 the Semantic Bundle.

Version history

Semantic Bundle 6.1.0 (2024-07-25)

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.2.0
mediawiki/semantic-result-formats Version ^4.2.0
mediawiki/maps Version ^10.2.0
professional-wiki/modern-timeline Version ^1.2.0
mediawiki/mermaid Version ^3.1.0
mediawiki/semantic-extra-special-properties Version ^3.0.5
mediawiki/semantic-compound-queries Version ^2.2.0
mediawiki/page-forms Version 5.6.3
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 ....