This project is not covered by Drupal’s security advisory policy.

This modume provide a simple autoload with composer for Drupal 7.

There's a lot of autoloader module for Drupal in 7.x.
So why should you use this one?
Simply because it's simple!

You just should use composer normally like it was on Drupal 8. No overkill module or hook because autoloading and register must be
the composer job.

All this module do is to include the composer "autoload.php" at a key event.
This is why the module is named like that. Because of the drupal core files inclusion priority.
For example, if you want to use (in your .module) a class from another module without include the file and the module name is alphabetically after your one, then Drupal 7 will throw an error.
This module will fix that.

You should check Drupal Composer Project in order to get composer template for Drupal 7.

Supporting organizations: 

Project information

Releases