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

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

contao-carousel-bundle

Bildkarussell für Contao 4.13 und Contao 5 auf Basis von Swiper (contao-components/swiper), das auch der Contao-Core verwendet. Das Bundle ist die Portierung der Contao-3-Erweiterung dk_caroufredsel von Dirk Klemmt: Die Datenbanktabellen, Element- und Modultypen bleiben unverändert, nur die Anzeige-Engine ist seit Version 3.0.0 Swiper statt des aufgegebenen jQuery-Plugins carouFredSel. jQuery wird nicht mehr benötigt.

Bis Version 3.0.0 hieß das Paket schachbulle/contao-caroufredsel-bundle; mit dem Wechsel auf Swiper wurde es in schachbulle/contao-carousel-bundle umbenannt. Die internen Kennungen (tl_dk_caroufredsel, caroufredsel_*-Typen, Template- und CSS-Namen) behalten bewusst den alten Namen, damit bestehende Daten weiterlaufen.

Funktionen

Voraussetzungen

Installation

Anschließend im Install-Tool bzw. über contao:migrate die Datenbank aktualisieren. Swiper wird als Composer-Abhängigkeit (contao-components/swiper) automatisch mitinstalliert.

Nutzung

  1. Im Backend unter Inhalte → carouFredSel eine Karussell-Konfiguration anlegen (Titel + gewünschte Optionen).
  2. Ein Inhaltselement (caroufredsel_gallery, caroufredsel_background oder das Paar caroufredsel_start/caroufredsel_stop) oder ein Frontend-Modul anlegen und die Konfiguration zuweisen.
  3. Beim Wrapper: Alle Inhaltselemente zwischen Start und Stop werden zu Karussell-Kacheln.

Einstellungen der Erweiterung

Es gibt nur noch eine Einstellung:

Einstellung Werte Standard Wirkung
dk_cfsUsageMode basic, advanced basic Umfang der angebotenen Optionen im Backend

Abbildung der Karussell-Optionen auf Swiper

Feld (tl_dk_caroufredsel) Swiper
carouselType circular/infinite loop: true
carouselType once kein Loop
direction up/down direction: 'vertical'
direction right/down autoplay.reverseDirection
scrollItems slidesPerGroup
autoPlay, autoTimeoutDuration autoplay.delay
autoDelay verzögerter autoplay.start()
scrollPauseOnHover autoplay.pauseOnMouseEnter
autoProgress bar/pie Fortschrittsanzeige über das autoplayTimeLeft-Ereignis
scrollFx fade/crossfade effect: 'fade'; alle anderen Effekte → Standard slide
scrollDuration speed
widthSelect/heightSelect, padding, align CSS des Containers; padding wird zu spaceBetween
itemsWidth/itemsHeight CSS der Kacheln + slidesPerView: 'auto'
itemsVisibleSelect fixed slidesPerView: n
itemsVisibleSelect variable, min/max slidesPerView: 'auto'
itemsStartSelect number/random initialSlide (bei random im Browser ausgewürfelt)
prevKey/nextKey, paginationKeys keyboard.enabled (immer Pfeiltasten)
mousewheel mousewheel
navigation, pagination eigene Elemente der Templates als prevEl/nextEl bzw. pagination.el
Vorschauleiste Thumbs-Modul (eigener Swiper, gekoppelt)
Synchronisierung Controller-Modul

Ohne Wirkung (Spalten bleiben erhalten, Felder sind ausgeblendet): scrollQueue, scrollEasing, cookie, responsive (Swiper ist immer responsiv), swipeOnTouch/swipeOnMouse (Touch und Mausziehen sind immer aktiv), autoProgressInterval sowie die früheren jQuery-Einstellungen (dk_cfsTriggerMode, dk_cfsOnWindowResize, dk_cfsImageLoader, dk_cfsTransition, dk_cfsDebug).

Templates

Alle Templates lassen sich wie gewohnt im Theme überschreiben und (im erweiterten Modus) je Element auswählen:

Umstieg

Danksagung und Lizenz

Das Bundle steht unter der LGPL-3.0-or-later.


All versions of contao-carousel-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
contao/core-bundle Version ^4.13 || ^5.0
contao-components/swiper Version ^11.0 || ^12.0 || ^14.0
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-carousel-bundle contains the following files

Loading the files please wait ...