nickveenhof / mautic-finder
Helper class to locate a Mautic installation from a given path.
0.1.0
2020-04-08 05:51 UTC
Requires
- ext-json: *
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2024-10-10 20:10:50 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+