Download the PHP package schachbulle/contao-schachtags-bundle without Composer

On this page you can find all versions of the php package schachbulle/contao-schachtags-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 contao-schachtags-bundle

Schach-Inserttags für Contao

Spezielle Inserttags für die Verwendung beim Deutschen Schachbund.

Läuft unter Contao 4.13 und Contao 5, mit PHP 7.4 bis 8.4.

Entwickler

Frank Hoppe

Verwendbare Inserttags

Inserttag Ergebnis
{{fide::ID}} Verweis auf die FIDE-Karteikarte, beschriftet mit „FIDE-Karteikarte"
{{fide::ID::Name}} Dasselbe, beschriftet mit Name
{{wp_de::Name}} Verweis auf den deutschen Wikipedia-Artikel, als Symbol
{{wp_en::Name}} Verweis auf den englischen Wikipedia-Artikel, als Symbol
{{homepage::URL}} Verweis auf eine Website, als Symbol
{{twitch::Name}} Verweis auf einen Twitch-Kanal, als Symbol
{{youtube::Name}} Verweis auf einen YouTube-Kanal, als Symbol

Der Name bei YouTube ist entweder „@Name" oder „channel/ID".

Die Symbole liegen im Dateibereich der Website des Deutschen Schachbundes (files/dsb/icons/ beziehungsweise files/dsb/theme/icons/) und werden vom Bundle nicht mitgeliefert. Fehlen sie, bleibt der Verweis anklickbar; das Attribut alt nennt dann das Ziel.

Alle Parameter werden maskiert, bevor sie in das Markup gelangen. Ein Anführungszeichen im Parameter kann das Attribut also nicht sprengen.

Die Altnamen wp-de und wp-en

Bis Version 1.0.1 hießen die beiden Wikipedia-Tags {{wp-de::Name}} und {{wp-en::Name}}. Diese Namen funktionieren weiterhin, auch unter Contao 5 — sie sollten in neuen Inhalten aber nicht mehr verwendet werden.

Der Grund: Contao 5 lässt in Tagnamen nur noch Kleinbuchstaben, Ziffern und den Unterstrich zu. Ein Name mit Bindestrich wird von der neuen Schnittstelle gar nicht als Inserttag erkannt und nur deshalb noch bedient, weil Contao solche Reste an die alte Ersetzung durchreicht. Mit Contao 6 fällt dieser Weg weg. Die gleichbedeutenden Namen wp_de und wp_en sind deshalb der Ersatz.

Technischer Hinweis

Das Bundle meldet seine Inserttags auf dem Weg an, den die jeweilige Contao-Fassung kennt:

Welcher Weg gilt, entscheidet die config.php beim Laden. Unter Contao 5.2 und neuer bleibt der Hook zusätzlich angemeldet, aber nur für die beiden Altnamen mit Bindestrich.


All versions of contao-schachtags-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
contao/core-bundle Version ^4.13 || ^5.0
symfony/config Version ^5.4 || ^6.0 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.0 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0
symfony/yaml Version ^5.4 || ^6.0 || ^7.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 schachbulle/contao-schachtags-bundle contains the following files

Loading the files please wait ...