electro/kernel

The core code of the Electro framework

0.10.8 2021-01-06 17:44 UTC

This package is auto-updated.

Last update: 2024-04-07 01:11:26 UTC


README

The framework's core, installable as a Composer package

Electro is a highly modular framework. The majority of the framework's functionality is provided by internal modules, called subsystems. As such, the framework's core (the kernel) provides only the minimum core functionality that is shared between all of the framework's subsystems, which is:

  1. Dependency Injection,
  2. Module management,
  3. Bootstrapping.

The kernel's main responsability is loading and initializing (in this order):

  1. The framework subsystems,
  2. The installed plugins,
  3. The application's private modules.

Installation

Do not install this package directly.

Instead, install the installation profile that is more suitable for your application's needs.

Usually, you will want to install the electro/framework package, which provides a standard installation for a generic web framework.

If you would prefer a different configuration profile (ex. a micro-framework), please search for a suitable package on GitHub's electro-framework organization.

Recommended

Use Electro's base installation as your application's starting point.

License

The Electro framework is open-source software licensed under the MIT license.

Electro framework - Copyright © Cláudio Silva and Impactwave, Lda.