Download the PHP package t3sbs/t3sbootstrap without Composer

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

TYPO3 Extension t3sbootstrap

Latest Stable Version Monthly Downloads Total Downloads License Donate

A startup extension for TYPO3 that brings the full power of Bootstrap 5 — classes, components, layouts and utilities — directly into the TYPO3 backend, out of the box.

Editors get rich, ready-to-use Bootstrap content elements. Integrators get a clean, configurable foundation so they can stop reinventing the wheel for every project.

🌐 Live demos, documentation & tutorials: https://www.t3sbootstrap.de/


Table of Contents


Highlights

Requirements

Component Version
TYPO3 >= 14.3
container required
PHP as required by your TYPO3 version

Always check the latest requirements in composer.json of the current release — supported TYPO3 versions evolve with each major release.

Installation

Via Composer (recommended)

In your Composer-based TYPO3 project root, run:

Then activate the extension and flush the caches:

Via TYPO3 Extension Repository (TER)

  1. Install the required dependencies first: container and content_defender.
  2. Download and install t3sbootstrap via the Extension Manager in the TYPO3 backend.
  3. Flush all caches.

Setup after installation

After installation, complete these steps to get a working frontend:

  1. Site Settings (TYPO3 v13+, recommended) Include the "T3S Bootstrap - MAIN SETTINGS" in your site configuration. Also include "Fluid Styled Content" there and remove it from the legacy Static Template include. 👉 More info: https://www.t3sbootstrap.de/dokumentation/installation

  2. Configuration module Open the "T3sb" backend module and configure global defaults (navbar, footer, breakpoints, colors, etc.) for your site.

  3. Assets: CDN vs. local By default, Bootstrap CSS & JS are loaded via CDN. For production it's recommended to serve them locally — either from fileadmin/ or, ideally, from the companion site package EXT:t3sb_package.

  4. Scheduler task (optional but recommended) When using a local site package, enable the corresponding Scheduler task (Console command) to keep generated assets in sync.

Configuration

t3sbootstrap offers a wide range of options via Extension Configuration (Settings → Extension Configuration → t3sbootstrap), TypoScript, and the website settings, as well as in the backend module

For the full list, see the official documentation.

The t3sbootstrap ecosystem

t3sbootstrap is the core, but it plays nicely with a family of companion extensions:

Extension Purpose
t3sb_package Recommended site package to host local assets, custom CSS/SCSS, FontAwesome Pro, etc.
t3s_swiper Swiper slider content element, based on Content Blocks
iconpack / iconpack_fontawesome Icon picker integration (replacement for rte_ckeditor_fontawesome)

Documentation & Demos

Support the project

t3sbootstrap is developed and maintained in spare time. If you use it in commercial projects or simply find it useful, please consider supporting its development:

Donate

Bug reports, pull requests and constructive feedback are very welcome.

License

This extension is released under the GNU General Public License v2.0 or later (GPL-2.0-or-later), in line with the TYPO3 Core. See LICENSE.txt for details.

Bootstrap itself is © the Bootstrap Authors and released under the MIT license.


All versions of t3sbootstrap with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2 || ^8.3 || ^8.4 || ^8.5
typo3/cms-core Version ^14.3
typo3/cms-rte-ckeditor Version ^14.3
typo3/cms-fluid-styled-content Version ^14.3
b13/container Version ^3.2
t3sbs/t3sb-package Version ^14.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 t3sbs/t3sbootstrap contains the following files

Loading the files please wait ...