PHPackages                             theorx/autoloadermap - 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. theorx/autoloadermap

ActiveLibrary

theorx/autoloadermap
====================

Library for fetching composer auto-loader map

1.1.0(9y ago)121MITPHPPHP &gt;=7

Since Oct 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/theorx/AutoloaderMap)[ Packagist](https://packagist.org/packages/theorx/autoloadermap)[ RSS](/packages/theorx-autoloadermap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Auto-loader map
===============

[](#auto-loader-map)

[![Build Status](https://camo.githubusercontent.com/7094ebf77231a237a5b9344a276ce11420a0efe328f098ed84e5964af660b5f0/68747470733a2f2f7472617669732d63692e6f72672f7468656f72782f4175746f6c6f616465724d61702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/theorx/AutoloaderMap)

Description
-----------

[](#description)

*This library makes composer's auto-loader map accessible without having to manually find the files for inclusion.**Main usage for this would be to build modularized applications which rely on composer's packages.**Caching of the autoload values is currently not built in, but may get implemented in the future**This library works on top of composer's autoloader map. This means, that in order for it to work you must use it from the vendor directory.**In order to use it you must use `composer dump-autoload -o` "dash optimize ( -o ) is crucial".*

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

[](#requirements)

- `PHP` &gt;= 7
- `composer`

Dev-requirements
----------------

[](#dev-requirements)

- `phpunit`

Usage
-----

[](#usage)

*Require `theorx/autoloadermap` with composer. Example: `composer require theorx/autoloadermap`*

```
