started library

This commit is contained in:
Eduardo Bacarin 2025-06-13 14:09:31 -03:00
commit 4211edf7fc
12 changed files with 848 additions and 0 deletions

10
vendor/composer/autoload_psr4.php vendored Normal file
View file

@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Kontrl\\PhpKore\\' => array($baseDir . '/src'),
);