nickveenhof / mautic-finder
Helper class to locate a Mautic installation from a given path.
Installs: 103
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 28
pkg:composer/nickveenhof/mautic-finder
Requires
- ext-json: *
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2025-09-10 22:01:00 UTC
README
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+