Download the PHP package typo3-themes/themes without Composer

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

'Stories in Ready'

Themes

About the THEMES Project

The THEMES project was started with the idea in mind to provide a standardized way how the frontend output of TYPO3 should be created. So the approach is similar to the Wordpress or Drupal world, where we have standardized datastructures and renderers since ages.

We use http://wiki.typo3.org/Fluid to render the page templates normally, this allows to extend given themes, without the need to overwrite all. But you still can choose to render everything with TypoScript or marker based templates, even if this is not what we suggest.

To achieve that goal and to be highly flexible configurable at the same time we build a set of extensions which provides the needed functionality:

Extensionkeypurpose of this extension |
themesUI in the backend for theme switching
themes_gridelementsprovides datastructures to allow easy switching
theme_bootstrapbase package for bootstrap 3.x
theme_foundationbase package for foundation
dyncss*less and scss rendering
t3jquerystandardized way of including javascript - not recommend anymore

Having the base packages and also ready made themes like:

It's easy and fast to start a new web project with less effort.

Combined with TYPO3 core features like distributions you can start the first structure of a webpage in minutes instead of hours.

Installation

To install THEMES and get started fast, we highly recommend to take the following steps:

Simply install the themes from TER you would like to have This will install all the needed dependencies and you are ready to go.

You can get the list of all themes which are available via the TER on typo3-themes.org

Some example themes are:

Additionally you can install a ready made distribution which also adds a pagetree into your TYPO3 installation:

This will make your TYPO3 serving a dummy webpage within some seconds.

Advantages for Developers

Advantages for integrators

Advantages for Editors

Community

We use the TYPO3 Slack channel to communicate:

Issues should be sent to the appropriate extension on github:


More resources

typo3-themes.org

On www.typo3-themes.org you can view a list of THEMES available in the TYPO3 Extension Repository and soon agancies and certified integrators will be able to sell their own THEMES via that Plattform.

TYPO3 Theming und Distribution

This is the big documentation about themes, written by Thomas Deuling, Jo Hasenau and Kay Strobach. The book is written in german, but we plan to release an english version taking care of the current changes and CMS 7 soon.


Hint

Please take a look into Documentation/Index.rst if there is no documentation above this line.

This is a current github limitation :(

https://github.com/github/markup/issues/172


Build Status

The following image indicates the build status. Currently it's failing due to some codingstyle issues, to tackle them, the builds are tested with phpcs and the TYPO3 codesniffers, stay tuned we will tackle them all!


All versions of themes with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^9.5 || ^10.4.6
typo3/cms-form Version ^9.5 || ^10.4
gridelementsteam/gridelements Version ^9.2.1 || ^10.0
ext-json Version *
ext-pdo Version *
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 typo3-themes/themes contains the following files

Loading the files please wait ....