PHPackages                             brenoroosevelt/flex-fqcn-finder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. brenoroosevelt/flex-fqcn-finder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

brenoroosevelt/flex-fqcn-finder
===============================

Flexible FQCN Finder

2.0.0(2y ago)211.1k↓33.3%2MITPHPPHP ^8

Since Apr 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/brenoroosevelt/flex-fqcn-finder)[ Packagist](https://packagist.org/packages/brenoroosevelt/flex-fqcn-finder)[ Docs](https://github.com/brenoroosevelt/flex-fqcn-finder)[ RSS](/packages/brenoroosevelt-flex-fqcn-finder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (2)

Flex FQCN Finder
================

[](#flex-fqcn-finder)

[![Build](https://github.com/brenoroosevelt/flex-fqcn-finder/actions/workflows/ci.yml/badge.svg)](https://github.com/brenoroosevelt/oni-bus/actions/workflows/ci.yml)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/75606df5eb62e380d9339f0f7b3137d4c07c8658d2fda626aa6ed338e3d44fac/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6272656e6f726f6f736576656c742f666c65782d6671636e2d66696e6465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/brenoroosevelt/flex-fqcn-finder/?branch=main)[![codecov](https://camo.githubusercontent.com/ede5b8d806d18d0a8c8fa2e4b6c25b2469605b880d6fe60b2a130d81238256f0/68747470733a2f2f636f6465636f762e696f2f67682f6272656e6f726f6f736576656c742f666c65782d6671636e2d66696e6465722f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d53315142413138494258)](https://codecov.io/gh/brenoroosevelt/flex-fqcn-finder)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE.md)

The Flex FQCN Finder allows you to find all the Fully Qualified Class Names (FQCN) available in a project. This package was designed to be flexible and reliable.

Features
--------

[](#features)

- Find classes, traits and interfaces (PSR-4 complaint);
- Search in directories (recursively or not);
- Many filter options;
- Cache (PSR-16 complaint).
- Composite finders.
- Get classes from Composer ClassMap.

Requirements
------------

[](#requirements)

- The following versions of PHP are supported: `^8`.
- For PHP 7.\*, please install version 1.0.0

Install
-------

[](#install)

```
$ composer require brenoroosevelt/flex-fqcn-finder
```

Usage
-----

[](#usage)

Use the `FlexFqcnFinder\Fqcn` helper to apply filters, decorators and compositions on your own way.

```
