first commit

This commit is contained in:
Claudecio Martins
2025-09-15 20:11:44 +02:00
commit 33ff4c0762
25 changed files with 4379 additions and 0 deletions

11
vendor/composer/autoload_psr4.php vendored Normal file
View File

@@ -0,0 +1,11 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'RobRichards\\XMLSecLibs\\' => array($vendorDir . '/robrichards/xmlseclibs/src'),
'AxiumES\\' => array($baseDir . '/src'),
);