OK, thanks for your reply.Joomla doesn't support installing custom Composer packages.Technically, because this library doesn't have any dependencies (yet), you could install it as a Joomla library and use Joomla's native autoloader (example shown in linked documentation) to load it. But this could quickly become a maintenance hell if it decides to add some dependencies. So another option would be to ship your own vendor directory with all Composer packages. Optionally use PHP-Prefixer, PHP-Scoper or similar tool to prefix namespaces to prevent potential conflicts with other extensions.
Statistics: Posted by benyrfg — Mon Nov 25, 2024 10:04 pm