PHPackages                             mantas6/fzf-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. mantas6/fzf-php

ActiveLibrary[CLI &amp; Console](/categories/cli)

mantas6/fzf-php
===============

Interactive fzf command line menus in PHP

v0.4.0(1y ago)161441MITPHPPHP ^8.3.0CI passing

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mantas6/fzf-php)[ Packagist](https://packagist.org/packages/mantas6/fzf-php)[ RSS](/packages/mantas6-fzf-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (15)Used By (0)

 [![Fzf Php](https://raw.githubusercontent.com/mantas6/fzf-php/main/docs/logo.png)](https://raw.githubusercontent.com/mantas6/fzf-php/main/docs/logo.png)

 [![GitHub Workflow Status (main)](https://github.com/mantas6/fzf-php/actions/workflows/tests.yml/badge.svg)](https://github.com/mantas6/fzf-php/actions) [![Total Downloads](https://camo.githubusercontent.com/b9d05466bab2e2e2fdde50331b0ffc6823d456c3d64a4c9533d98881119a012d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e746173362f667a662d706870)](https://packagist.org/packages/mantas6/fzf-php) [![Latest Version](https://camo.githubusercontent.com/3aea25926615b2188a044a3ccba5026292b8871ddfbfab1a35d1bbebf955f4ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e746173362f667a662d706870)](https://packagist.org/packages/mantas6/fzf-php) [![License](https://camo.githubusercontent.com/86b435829fc3042d12870c3d288f6cfd268345876eb506ffbffa1391ca6c18fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e746173362f667a662d706870)](https://packagist.org/packages/mantas6/fzf-php)

---

This package allows you to create [`fzf`](https://github.com/junegunn/fzf) powered menus straight from your PHP code.

[![Demo](https://raw.githubusercontent.com/mantas6/fzf-php/main/docs/main.png)](https://raw.githubusercontent.com/mantas6/fzf-php/main/docs/main.png)

Features
--------

[](#features)

- Automatic `fzf` binary download
- Inline `fzf` configuration
- Option list styling
- Selected option preview
- Live option list reload
- Laravel support

Installation
------------

[](#installation)

Install the package:

```
composer require mantas6/fzf-php
```

Usage
-----

[](#usage)

### Options

[](#options)

Options can be provided in a multitude of ways.

#### Strings

[](#strings)

```
