Download the PHP package concrete5-community/url_aliases without Composer

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

Tests

URL Aliases

This repository contains the URL Aliases package for ConcreteCMS.

Installation Methods

Then, you have to login in your Concrete website, go to the Dashboard > Extend Concrete > Add Functionality, and install the package.

Introduction

The URL Aliases package is a powerful tool designed to enhance URL management within your ConcreteCMS website. It provides a simple yet effective way to create clean, human-readable URLs that act as aliases for your existing content, including pages, files, and external URLs.

Instead of being stuck with the default URLs generated by the CMS, you gain full control over the addresses your users see. This is especially useful for creating short, memorable links for marketing campaigns or simply making your content easier to navigate.

Key Features

Why You'll Love It

How It Works

This package intercepts requests that result in a 404 – Not Found response.

When such a request is detected, it checks whether the requested path (and optionally the parameters received via the query string) matches a defined URL alias.

If a matching alias is found, the package rebuilds the response and issues a redirect to the alias destination.

This approach ensures there are no conflicts with existing pages (no surprises!) and optimizes speed (no alias searches when not needed).

Usage

Browse to the System & Settings > URL Aliases dashboard page.

There you can manage all the URL aliases.

Requirements and Limits

Do you really want to say thank you?

You can offer me a monthly coffee or a one-time coffee :wink:


All versions of url_aliases with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8
concrete5/core Version ^8.5.4 || ^9
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 concrete5-community/url_aliases contains the following files

Loading the files please wait ...