PHPackages                             omidgfx/class-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. omidgfx/class-finder

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

omidgfx/class-finder
====================

A library that can provide of a list of classes in a given namespace

0.5.3(2y ago)0497MITPHPPHP &gt;=5.3

Since Aug 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/omidgfx/PHPClassFinder)[ Packagist](https://packagist.org/packages/omidgfx/class-finder)[ RSS](/packages/omidgfx-class-finder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (0)

ClassFinder
===========

[](#classfinder)

A dead simple utility to identify classes in a given namespace.

This package is an improved implementation of an [answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068)and provides additional features with less configuration required.

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

[](#requirements)

- Application is using Composer.
- Classes can be autoloaded with Composer.
- PHP &gt;= 5.3.0

Installing
----------

[](#installing)

Installing is done by requiring it with Composer.

```
composer require haydenpierce/class-finder

```

> **Note:** No other installation methods are currently supported, as Composer is required to manage autoloaded classes which are identified by ClassFinder.

Supported Autoloading Methods
-----------------------------

[](#supported-autoloading-methods)

MethodSupportedwith `ClassFinder::RECURSIVE_MODE`PSR-4✔️✔️PSR-0❌️\*❌️\*Classmap✔️✔️Files✔️^❌️\*\*^ Experimental.

\* Planned.

\*\* Not planned. Open an issue if you need this feature.

Examples
--------

[](#examples)

**Standard Mode**

```
