PHP >= 8.0.0
Add the latest version of micro/kernel into your project by using Composer or manually:
Using Composer (Recommended)
Or require the package inside the composer.json of your project:
"require": {
"micro/kernel": "^1"
},
After adding the library to your project, include the file autoload.php found in root of the library.
include 'vendor/autoload.php';
$plugins = [
\Micro\Plugin\Logger\LoggerPlugin::class,
];