Legacy integrations

These integrations are available as Open Source projects, but are not endorsed nor recommended by redirection.io. We rather advise to use one of the recommended integrations.

Please note that these integrations require the legacy version of redirection.io's agent (branch 1.x), which cannot run the advanced triggers and actions and is not maintained. We strongly advise you to rather use one of the recommended integrations. The integrations below are considered deprecated and will not receive updates in the future.

PHP SDK

An open source PHP SDK is available at https://github.com/redirectionio/proxy-sdk-php.

The redirection.io PHP SDK can be added as a requirement of your project using Composer:

composer require redirectionio/proxy-sdk

Latest Version Software License Build Status Code Coverage Quality Score

Wordpress plugin

An open source redirection.io Proxy for Wordpress is available, which streamlines using redirection.io in Wordpress websites.

Symfony Bundle

An open source redirection.io Symfony Bundle is available.

The redirection.io Symfony Bundle can be added as a requirement of your Symfony project using Composer:

# require the bundle
$ composer require redirectionio/proxy-symfony

At the moment, the bundle is compatible with Symfony 3.4+.

Latest Version Software License Build Status Code Coverage Quality Score

Node.js and Express

An open source redirection.io Node.js and/or Express proxy is available (it can be used in pure Node.js projects, as long as Express-based projects)

The redirection.io Node.js proxy can be installed using yarn or npm:

// with yarn
$ yarn add @redirectionio/proxy

// with npm
$ npm install --save @redirectionio/proxy

Latest Version Software License Build Status Code Coverage Quality Score

This page has been updated on September 29th, 2023.
Can't find your answer?