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

Note: The feature is merged to at_base

Support PSR-4 autloading for Drupal 7 modules.

Module that defines dependencies[] = at_base in info file, can autoload the classes:

/path/to/module/lib/Class.php -> \Drupal\module_name\Class
/path/to/module/lib/Controller/PageX.php -> \Drupal\module_name\Controller\PageX

Depends on at_base.module

Project information

Releases