magento-ecg/magento-finder

Magento Finder extends Symfony Finder component and finds Magento modules; models, controllers, helpers, etc.; rewrites, cron jobs and events declared, and many more.

Maintainers

Package info

github.com/magento-ecg/magento-finder

pkg:composer/magento-ecg/magento-finder

Statistics

Installs: 109

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

dev-master 2015-01-05 16:38 UTC

This package is not auto-updated.

Last update: 2026-03-10 08:43:30 UTC


README

##Note: This tool is currently under development

Magento Finder extends Symfony Finder component and finds special Magento files and directories that can be:

  • modules;
  • models, controllers, helpers, etc.

Going further, it finds rewrites, cron jobs and events declared, and many more on a module or application level. It uses PHP-Parser to work with AST.