Download the PHP package in2code/typoscript2ce without Composer

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

TYPO3 Extension typoscript2ce

Render some typoscript as a content element in TYPO3

What does it do

If you want to render some TypoScript as a Content Element, you can use this plugin. This plugin is really a small plugin without any deeper logic, but should help you with your daily work.

Quickstart

Example

Just define your TypoScript:

And let it render by adding a new content element of type plugin typoscript2ce.

What else

You can enable caching for the plugin in the extension manager settings, if you need it.

Changelog

Version Date State Description
8.0.0 2026-05-29 Task TYPO3 14 compat, drop v11/v12, migrate to CType, add upgrade wizard
7.0.0 2024-10-07 Task Add TYPO3 13 compatibility
6.0.0 2022-10-18 Task Add TYPO3 12 and drop TYPO3 10 compatibility
5.0.0 2021-05-06 Task Add TYPO3 11 compatibility
4.0.1 2021-03-17 Task Add extension key to composer.json
4.0.0 2021-01-26 Task Modernizing update (new icon, auto releases, reduced technical dept, etc...
3.0.1 2020-05-12 Bugfix Update version in ext_emconf.php
3.0.0 2020-05-08 Task Update for TYPO3 10
2.0.1 2019-02-28 Bugfix Remove outdated dependencies in ext_emconf.php
2.0.0 2018-11-01 Task Release for TYPO3 9.5
1.2.3 2017-01-30 Task Fix a typo in composer.json
1.2.2 2017-01-25 Task Bugfix in composer.json
1.2.1 2017-01-25 Task Same as 1.2.0 - just a mistake with TER-upload
1.2.0 2017-01-25 Task Move to github, add composer.json, Update dependencies for TYPO3 8.x
1.1.1 2016-07-13 Bugfix Small bugfixes
1.1.0 2016-01-23 Task Change dependencies for TYPO3 6.0-7.x and PHP5.5
1.0.2 2014-08-08 Bugfix Another manual update
1.0.1 2014-08-05 Bugfix Manual update
1.0.0 2014-07-28 Task Refactored with extbase and namespaces
0.1.0 2009-03-31 Task Initial release

Breaking changes

Upgrading from 7.x to 8.x

Version 8.0.0 migrates the plugin from the legacy list_type mechanism to a dedicated CType (required for TYPO3 v14). After updating the extension, run the upgrade wizard "EXT:typoscript2ce: Migrate list_type plugin to CType" in the install tool (or via CLI vendor/bin/typo3 upgrade:run typoscript2ce_migrateListTypeToCType) to convert existing content elements. Without this step, previously placed plugin instances will no longer render.


All versions of typoscript2ce with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
typo3/cms-core Version ^13.4 || ^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 in2code/typoscript2ce contains the following files

Loading the files please wait ...