Download the PHP package supseven/theme-base without Composer

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

supseven/theme-base

DOCUMENTATION AND README WORK IN PROGRESS


How to use this package

By using this construct every TYPO3 project can easily grow with multiple sites.


Needed site settings

settings.yaml:


Changes added while creating the extraction of ext:theme in TYPO3 12

Change: conditions for applicationContext

Conditions checking the applicationContext must check on "beginning with" as there are szenarios in future, where multiple environments (hor. scaling) is used. Checking for an exact applicationContext is then not the best way anymore. Using [applicationContext matches "#^Production/Live#"] is recommended from now on.


Breaking Change: Variable RootUid removed

The FLUIDTEMPLATE variable RootUid was removed. The successor is TYPO3 SiteProcessor and can be used with {site.rootPageId}


Breaking Change: FLUIDTEMPLATE option extbase.controllerExtensionName removed

We used this option for years to have this magic config where the following Fluid ViewHelpers does not need an extension name to work within fluid page:

This option is removed as the TYPO3 core team has planned to remove it in the upcoming major TYPO3 version 13/14.

Beside that, it's better using following approaches (how some may have already done it.):


Change: Common restrictions were moved to a dedicated package

Configs like "eval trim" and "eval required" for tt_content.header are now encapsulated within josefglatz/bureaucratic. Take a look


Change: typo3/cms-adminpanel User TsConfig configuration is loaded automatically

The User TsConfig part is automatically loaded and therefore activate. If there are needs to disable or reconfigure the adminpanel User TsConfig just overwrite the configuration in supseven/theme_project.

The TypoScript Setup config.admPanel = 1 is loaded when the TypoScript setup is included within your sitepackage base extension supsven/theme-project!


Change: Our defacto common Page TsConfig is loaded automatically

The TYPO3 Linkvalidator loads the Page TsConfig globally, since TYPO3 12. Reason enough to make the same step for our beloved "theme":



All versions of theme-base with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4
typo3/cms-seo Version ^12.4
typo3/cms-lowlevel Version ^12.4
typo3/cms-linkvalidator Version ^12.4
typo3/cms-adminpanel Version ^12.4
b13/bolt Version ^2.3
b13/doktypemapper Version ^1.1.1
eliashaeussler/typo3-warming Version >=1.1.0
helhum/dotenv-connector Version ^3
ichhabrecht/content-defender Version ^3.4
josefglatz/hide-sys-template Version ^4
josefglatz/beuser-fastswitch Version >=5.0.2
josefglatz/cropvariantsbuilder Version >=2.0.0
studiomitte/live-search-extended Version *
lolli/dbdoctor Version ^0.5.0
plan2net/webp Version ^5.0.1
christophlehmann/pagetreefilter Version ^2
spooner/deployer-information Version ^1.4
o-ba/custom_dashboard_widgets Version ^1.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 supseven/theme-base contains the following files

Loading the files please wait ....