electro/kernel

The core code of the Electro framework

Maintainers

👁 impactwave

Package info

github.com/electro-framework/kernel

Homepage

pkg:composer/electro/kernel

Statistics

Installs: 2 112

Dependents: 2

Suggesters: 0

Stars: 0

0.10.8 2021-01-06 17:44 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT de7fbcf3f11361c45b4e8edc460d0f1556fd1dce

  • Impactwave <impactwave.woop@impactwave.com>
  • Cláudio Silva <claudio.silva.woop@impactwave.com>

This package is auto-updated.

Last update: 2026-06-24 18:30:22 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.