nickveenhof/mautic-finder

Helper class to locate a Mautic installation from a given path.

Maintainers

Package info

github.com/nickveenhof/mautic-finder

pkg:composer/nickveenhof/mautic-finder

Statistics

Installs: 103

Dependents: 1

Suggesters: 0

Stars: 0

0.1.0 2020-04-08 05:51 UTC

This package is auto-updated.

Last update: 2026-03-10 23:14:09 UTC


README

Travis Packagist

Mautic Finder provides a class to locate a Mautic installation in a given path.

Usage

$mauticFinder = new \MauticFinder\MauticFinder();
if ($mauticFinder->locateRoot(getcwd())) {
    $mauticRoot = $mauticFinder->getMauticRoot();
    $composerRoot = $mauticFinder->getComposerRoot();
    ...
}

License

GPL-2.0+