Download the PHP package mantas6/fzf-php without Composer

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

Fzf Php

GitHub Workflow Status (main) Total Downloads Latest Version License


This package allows you to create fzf powered menus straight from your PHP code.

Demo

Features

Installation

Install the package:

Usage

Options

Options can be provided in a multitude of ways.

Strings

Arrays

Objects

To use objects as options, at least one is required:

Options presentation

Callback can be provided for presentation. This will work for any options type.

Multiple columns can be present by returning an array.

Implementing PresentsForFinder interface

Option objects can implement a special interface, that would work the same as providing a presenter callback.

Styling

Option columns can be styling using cell() helper function in the presenter callback.

Formatting options are:

More information can be found at Symfony Docs: Table

Preview

Preview window can be enabled for each selected option.

If more advanced styling is needed, style() helper can be used.

Additional variables

fzf provides additional variables to the preview (and other) child processes.

Full set of variables are available at fzf Reference - Environment variables exported to child processes

Live reload

If options argument is callable, when input value is changed, the options list will be re-fetched.

Input query can be accessed through the FinderEnv object.

Headers

Fixed header will be displayed if header list is passed.

Options as object

Instead of passing options as array, object can be used.

The class needs to meet one of the following requirements:

Multi mode

Retrieve multiple options from a list.

Arguments

Pass any other fzf configuration arguments:

Reusable object approach

Class instance can be created directly for more reusable approach.

Additional configuration is available through the class methods.

Configuration

Use system fzf binary instead of fetching it.

Set global arguments for all prompts.

Binary download

The fzf binary is downloaded automatically on the first use, however you can initiate the download manually.

Automatic update

To optimize the initial start, especially when CI/CD is used, it is recommended to add this to your composer.json file.

See also:


All versions of fzf-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3.0
symfony/console 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 mantas6/fzf-php contains the following files

Loading the files please wait ....