Download the PHP package shlinkio/shlink without Composer

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

Shlink

Build Status Code Coverage Latest Stable Version Docker pulls License

Mastodon Bluesky Twitter Paypal donate

A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own domain.

Table of Contents

Full documentation

This document contains the very basics to get started with Shlink. If you want to learn everything you can do with it, visit the full searchable documentation.

Docker image

You can learn how to use the official docker image by reading the docs.

The idea is that you can just generate a container using the image and provide the custom config via env vars.

Self-hosted

First, make sure the host where you are going to run shlink fulfills these requirements:

Download

In order to run Shlink, you will need a built version of the project. There are two ways to get it.

Configure

Despite how you built the project, you now need to configure it, by following these steps:

Using shlink

Once shlink is installed, there are two main ways to interact with it:

Both the API and CLI allow you to do mostly the same operations, except for API key management, which can be done from the command line interface only.

Contributing

If you are trying to find out how to run the project in development mode or how to provide contributions, read the CONTRIBUTING doc.


This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com


All versions of shlink with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-curl Version *
ext-gd Version *
ext-json Version *
ext-pdo Version *
akrabat/ip-address-middleware Version ^2.1
cakephp/chronos Version ^3.0.2
doctrine/dbal Version ^4.0
doctrine/migrations Version ^3.6
doctrine/orm Version ^3.0
endroid/qr-code Version ^5.0
friendsofphp/proxy-manager-lts Version ^1.0
geoip2/geoip2 Version ^3.0
guzzlehttp/guzzle Version ^7.5
jaybizzle/crawler-detect Version ^1.2.116
laminas/laminas-config Version ^3.8
laminas/laminas-config-aggregator Version ^1.13
laminas/laminas-diactoros Version ^3.3
laminas/laminas-inputfilter Version ^2.27
laminas/laminas-servicemanager Version ^3.21
laminas/laminas-stdlib Version ^3.17
matomo/matomo-php-tracker Version ^3.2
mezzio/mezzio Version ^3.17
mezzio/mezzio-fastroute Version ^3.11
mezzio/mezzio-problem-details Version ^1.13
mlocati/ip-lib Version ^1.18
mobiledetect/mobiledetectlib Version ^4.8
pagerfanta/core Version ^3.8
pugx/shortid-php Version ^1.1
ramsey/uuid Version ^4.7
shlinkio/doctrine-specification Version ^2.1.1
shlinkio/shlink-common Version ^6.0
shlinkio/shlink-config Version ^3.0
shlinkio/shlink-event-dispatcher Version ^4.0
shlinkio/shlink-importer Version ^5.3
shlinkio/shlink-installer Version ^9.0
shlinkio/shlink-ip-geolocation Version ^4.0
shlinkio/shlink-json Version ^1.1
spiral/roadrunner Version ^2023.3
spiral/roadrunner-cli Version ^2.6
spiral/roadrunner-http Version ^3.3
spiral/roadrunner-jobs Version ^4.3
symfony/console Version ^7.0
symfony/filesystem Version ^7.0
symfony/lock Version ^7.0
symfony/process Version ^7.0
symfony/string Version ^7.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 shlinkio/shlink contains the following files

Loading the files please wait ....