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

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

vahidalvandi/class-finder
=========================

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

0.4.6(3y ago)0554MITPHPPHP &gt;=5.3

Since Oct 14Pushed 3y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (4)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 vahidalvandi/class-finder

```

No other installation methods are currently supported.

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**

```
