Downloads

Debian/Ubuntu

Installation through apt-get on Debian/Ubuntu is the simplest way to get started.

Install the Tideways packages:

echo 'deb [signed-by=/usr/share/keyrings/tideways.gpg] https://packages.tideways.com/apt-packages-main any-version main' | sudo tee /etc/apt/sources.list.d/tideways.list
wget -qO - 'https://packages.tideways.com/key.gpg' | gpg --dearmor | sudo tee /usr/share/keyrings/tideways.gpg > /dev/null
sudo apt-get update
sudo apt-get install tideways-daemon tideways-php tideways-cli

The post-install hook for the tideways-php package detects your PHP installation and installs the correct version of the Tideways.

Remember to restart the webserver (apache2 with mod php) or php-fpm service to make sure the extension is loaded.

RedHat/Fedora/CentOS

Preferred installation is through Yum or DNF.

echo "[tideways]
name = Tideways
baseurl = https://packages.tideways.com/yum-packages-main" > /etc/yum.repos.d/tideways.repo
rpm --import https://packages.tideways.com/key.gpg
yum makecache --disablerepo=* --enablerepo=tideways
yum install tideways-php tideways-cli tideways-daemon
Remember to restart the webserver (apache2 with mod php) or php-fpm service to make sure the extension is loaded.

Other Systems/Architectures

We provide tarballs with the PHP extension, daemon, CLI, and proxy binaries for a wider variety of systems.

PHP Extension

Daemon

There is currently no Alpine based build for the tideways-daemon, but using slim Debian images, you can get a small image as described in our documentation.

Commandline Interface

Proxy