Skip to content

Symlex Core: Minimalistic Kernel and Routers based on Symfony Components

Latest Stable Version License Test Coverage Build Status

Symlex Core is maintained by Michael Mayer and contains the Symlex kernel and routers as reusable components.

Feel free to send an e-mail to hello@symlex.org if you have any questions, need commercial support or just want to say hello. We welcome contributions of any kind. If you have a bug or an idea, read our guide before opening an issue.

Composer

To use this library in your project, simply run composer require symlex/symlex-core or add "symlex/symlex-core" to your composer.json file and run composer update:

{
    "require": {
        "php": ">=7.1",
        "symlex/symlex-core": "^4.1"
    }
}