PHPackages                             oliver-hader/composer-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. oliver-hader/composer-class-finder

ActiveLibrary

oliver-hader/composer-class-finder
==================================

State-agnostic class files finder, based on Composer autoload information, without actually applying autoloader in PHP process.

0.5.1(5y ago)19[1 issues](https://github.com/ohader/composer-class-finder/issues)MITPHPPHP ^7.0

Since Oct 17Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Composer Class Finder
=====================

[](#composer-class-finder)

State-agnostic class files finder, based on Composer autoload information, without actually applying autoloader in PHP process. The scope of this package is to retrieve the file location for classes of particular Composer-based projects.

This way classes can be resolved *standalone* without actually loading them into memory, since class loading is not invoked at all.

Plain Composer
--------------

[](#plain-composer)

```
