A PHP library for X.501 ASN.1 types, X.520 attributes and DN parsing. This fork is changed for supporting Russian types - GOST R-34.11, RFC 7836. The library is packaged to work with Joomla 3 and Joomla 4.
There is code example for Joomla 3 and Joomla 4.
<?php defined('_JEXEC') or die('Restricted access'); // For Joomla 3 JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES); // OR // for Joomla 4 JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES. '/Webmasterskaya');