Download the PHP package woutersf/uli-bundle without Composer

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

Mautic Unique Login Links (ULI) Bundle

This plugin provides the ability to generate secure one-time login links for Mautic users via console command.

Features

Usage

Generate a unique login link

Example:

This will generate a URL like:

Access the login link

Users can access the generated URL in their browser to be automatically logged in. The link:

Database Schema

The plugin creates a table plugin_uli_unique_logins with the following structure:

Security Features

Installation

Option 1: Composer (Recommended)

  1. Add the plugin to your Mautic installation:

  2. Run database migrations:

  3. Clear the Mautic cache:

  4. Navigate to Mautic Settings → Plugins and verify installation

Option 2: Manual Installation

  1. Clone or download this repository into your Mautic plugins directory:

  2. Run database migrations:

  3. Clear the Mautic cache:

  4. Navigate to Mautic Settings → Plugins and verify installation

Option 3: Private Repository

If you're hosting this plugin in a private repository, add it to your composer.json:

Then run:

Configuration

The plugin supports the following configuration parameters:

You can configure this in your app/config/local.php:

Use Cases

Requirements

Publishing to Packagist

To make this plugin available via Composer for everyone:

  1. Push to GitHub (or GitLab/Bitbucket):

  2. Submit to Packagist:

    • Go to https://packagist.org
    • Sign in with your GitHub account
    • Click "Submit"
    • Enter your repository URL: https://github.com/your-username/mautic-uli-bundle
    • Packagist will automatically track new releases via your Git tags
  3. Auto-Update Hook (Optional):
    • In your GitHub repository settings, add Packagist webhook for automatic updates
    • Settings → Webhooks → Add webhook
    • Payload URL: https://packagist.org/api/github?username=YOUR_USERNAME

Version Tagging

When releasing new versions:

Packagist will automatically detect the new tag and update the package.

Author

Mautic Community / Frederik Wouters

License

GPL-3.0-or-later

Support

For issues, questions, or contributions, please open an issue in the repository.

Changelog

Version 1.0.0


All versions of uli-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
mautic/core Version ^4.0|^5.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 woutersf/uli-bundle contains the following files

Loading the files please wait ...