Download the PHP package itribe/typoscript-code without Composer

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

Latest Stable Version Total Downloads License

TypoScript code

TYPO3 extension for inserting any TypoScript code to a page as a normal content element.

Installation

There are following ways for extension installation.

1. Get extension using PHP Composer

composer require itribe/typoscript-code

2. Get extension from the Extension Manager

Press the "Retrieve/Update" button and search for the extension key "typoscript_code" and import the extension from the repository. Also you can get current version from TYPO3 Extension Repository by downloading either the t3x or zip version. Upload the file afterwards in the Extension Manager.

Version status

Version TYPO3
Version 5.x Compatible with TYPO3 6.2.x - 7.6.x
Version 6.0.x Compatible with TYPO3 8.7.x
Version 6.1.x Compatible with TYPO3 8.7.x - 9.5.x
Version 6.2.x Compatible with TYPO3 10
Version 6.3.x Compatible with TYPO3 11
Version 7.0.x Compatible with TYPO3 12 & TYPO3 13
Version 7.2.x Compatible with TYPO3 12, TYPO3 13 & TYPO3 14

Users manual

Just add this plugin to a page at a place you like and enter some TypoScript code to a text field. Code is considering to be a COA definition, it will be rendered by TYPO3 and inserted to a page.

Code could access definitions from website TypoScript templates, as well as constants.


All versions of typoscript-code with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4||^13.4||^14.0
typo3/cms-extbase Version ^12.4||^13.4||^14.0
typo3/cms-frontend Version ^12.4||^13.4||^14.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 itribe/typoscript-code contains the following files

Loading the files please wait ...