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

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

Meisterlisten für Contao 4.13 und Contao 5

Das Bundle verwaltet Meisterlisten (Turniersieger und weitere Platzierungen) und gibt sie über Inhaltselemente im Frontend aus.

Systemvoraussetzungen

Optional: schachbulle/contao-spielerregister-bundle. Ist es installiert, lassen sich die Meister mit dem DSB-Spielerregister verknüpfen. Ohne das Bundle bleiben die entsprechenden Auswahllisten leer, alles andere funktioniert unverändert.

Einstellungen

Unter System → Einstellungen → Meisterlisten werden die Standardbilder und die Bildgrößen für Einzel- und Mannschaftswettbewerbe hinterlegt. Ist kein Bild für Frauen bzw. Frauen-Mannschaften gesetzt, wird das jeweilige Männerbild verwendet.

Backend

Das Backend-Modul Meisterlisten enthält drei Bereiche:

Inhaltselemente

Alle Elemente liegen unter Schach-Elemente.

Meisterliste Einzelwettbewerb (championslists_mono)

Gibt eine Liste vom Typ „Einzelturnier“ aus. Optional lassen sich die Einträge über einen Jahresfilter (Von/Bis) einschränken. Templates: ce_championslists_mono (Standard) und ce_championslists_mono_mini (Tabellenform).

Meisterliste Mannschaftswettbewerb (championslists_multi)

Gibt eine Liste vom Typ „Mannschaftsturnier“ aus. Templates: ce_championslists_multi und ce_championslists_multi_mini.

Im Template steht $this->item als Array aller Einträge bereit:

Schlüssel Inhalt
id ID des Listeneintrags
nummer Laufende Nummer der Veranstaltung
jahr Jahr der Veranstaltung
ort Ort der Veranstaltung
class odd/even, bei ausgefallenen Veranstaltungen zusätzlich failed
linkurl, linkziel Link zur Detailseite und ob er in einem neuen Fenster öffnet
name Name des Turniersiegers bzw. der Meistermannschaft
info Freitext zur Veranstaltung
platz Platzierungen, indiziert nach Kategorie-Alias (meister = Turniersieger)

Jede Platzierung unter platz enthält name, aufstellung, image, thumbnail, imageSize, imageTitle, imageAlt und imageCaption; bei Einzelwettbewerben zusätzlich alter, verein und rating.

Aktueller Meister (champion)

Gibt den jüngsten Eintrag einer Meisterliste aus, bei dem das Feld „Name“ gefüllt ist. Die Bildgröße wird direkt am Inhaltselement eingestellt. Standard-Template: ce_champion. Für eine abweichende Darstellung ein eigenes Template mit dem Präfix ce_champion anlegen und unter Template-Einstellungen auswählen.

Im Template steht $this->item mit diesen Schlüsseln bereit:

Ausgabe des Meisters mit Inserttag

{{meister::ID}} gibt den Namen des aktuellen Meisters der Meisterliste mit der angegebenen ID zurück.

Tests

Frank Binding


All versions of contao-championslists-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
contao/core-bundle Version ^4.13 || ^5.0
menatwork/contao-multicolumnwizard-bundle Version ^3.5
symfony/config Version ^5.4 || ^6.4 || ^7.0
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.0
symfony/http-kernel Version ^5.4 || ^6.4 || ^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-championslists-bundle contains the following files

Loading the files please wait ...