AurexEngine Core: container, application lifecycle, providers, config/env bootstrap, and support utilities.

Maintainers

Package info

github.com/aurexengine/core

pkg:composer/aurexengine/core

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-03-02 17:05 UTC

This package is auto-updated.

Last update: 2026-03-15 13:17:26 UTC


README

The foundation of the AurexEngine ecosystem.

AurexEngine Core provides the essential building blocks required to power the entire AurexEngine modular framework system.

Features

  • Service Container (IoC)
  • Application lifecycle management
  • Service Providers
  • Configuration loader
  • Environment (.env) support
  • Event dispatcher
  • Core exceptions
  • Helper utilities

Installation

composer require aurexengine/core

Purpose

Core is framework-agnostic and does not include HTTP, routing, or database layers. It is designed to be reusable across different AurexEngine-based systems.

Author

Ersel Magbanua
magbanuaersel@gmail.com

License

MIT