Download the PHP package wazum/umleitung without Composer

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

umleitung

TYPO3 CMS Redirects site base agnostic and with fuzzy target

Installation

Add the extension with composer

The extension has no settings, just activate it and you're done.

What does it do?

Site base agnostic redirects

The default TYPO3 redirect middleware is inserted after the site base resolver middleware, therefore it's impossible to add a redirect without a language prefix if all of your sites have one configured.

E.g. you have two Sites configured with

and your marketing department tells you to add a redirect without a language specific prefix for

and you know how these guys work … they'll change their mind next month and call you again to adapt the redirect then, so you don't want to add the rewrite on the server.

Until now you'll always get a 404 not found because the Site base can't be resolved and that happens always before the redirect handling.

This extension changes the order of middlewares and inserts the redirect handling before the site base resolving to make this work.

Fuzzy target redirects

The extension adds a new field to redirects where you can append a fuzzy target for the redirect.

Lets say you are in the middle of a relaunch and have the following structure:

and your boss tells you to move all those pages to

after the relaunch.

Either you create all these rewrites on the server (nginx, Apache) or you create redirects in TYPO3 for every single page.

This is tedious work, so now you simply set a regular expression to match:

and specify the first matched group to append:

in the new field and you're done.

Keep in mind that you have to take care, that the sub pages exist and have the same path as before. But since this should only be a temporary solution for a while, this shouldn't be a problem.


All versions of umleitung with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
typo3/cms-redirects Version ^9.5
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 wazum/umleitung contains the following files

Loading the files please wait ...