Download the PHP package jambagecom/div2007 without Composer

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

TYPO3 extension div2007

What is does

This library offers functions for TYPO3 extensions. tx_div2007_div provides a modified t3lib_div of TYPO3 4.7.10 and backwards compatibility to TYPO3 6.2 and 4.5. It replaces most of the tslib_pibase methods. You find the migration classes for TYPO3 6.x, 7.x and 8.x inside of the extension migration_core. Since version 1.10.30 a middleware to store the request is provided for Ajax calls. This is required for Ajax calls since TYPO3 9.5. With this you can use the method FrontendUtility::getPageId() to get the current page id out of the speaking url of the routing enhancer.

All class.tx_div2007_xxx.php files have been removed in versions 2.x. Most code of the former extensions div and lib is not present any more. This means that the MVC design pattern of it has been given up. Parts of the former methods have been integrated into the namespace classes.

Requirements

• 2.1.0 and later require PHP 8 and TYPO3 12.x • 1.16 - 2.0.99 require PHP 7.4 - 8 and TYPO3 10.4 - 12.x • 1.13 - 11.15 require PHP 7.4 - 8 and TYPO3 10.4 - 11.5 • 1.12.x are the last versions which support PHP 7.2 - 7.4 . • 1.11.8 has been the last version which supports PHP < 7.2 . • 1.11.6 has been the last version which supports TYPO3 6.2 . • 1.7.20 has been the last version which supports TYPO3 4.5 - 6.1 and PHP < 5.5 .

Starting with version 1.12.0 TYPO3 7.6 and PHP 7.2.0 are the minimum requirements to use the extension div2007.

If you run TYPO3 7 oder 8 and older versions of extensions like tt_products, then you might consider to install also the extension migration_core, if older TYPO3 class names are still used in extensions which did rely on div2007.

Setup

Some texts which are used in multiple extensions are added to the local language files of div2007. You can simply reuse them in your own extensions.

Use this setup to overwrite the privacy policy conditions:

example:

lib.div2007 {
  _LOCAL_LANG.default {
    privacy_policy.acknowledged = I agree and confirm to have read the privacy policy.
    privacy_policy.hint_1 = A telephone call or an email sent to us is enough to be deleted from our database. You can do this at any time.
  }
}

All versions of div2007 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
typo3/cms-core Version ^12.4
typo3/cms-reports Version ^12.4
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 jambagecom/div2007 contains the following files

Loading the files please wait ....