aurexengine / core
AurexEngine Core: container, application lifecycle, providers, config/env bootstrap, and support utilities.
v1.0.0
2026-03-02 17:05 UTC
Requires
- php: ^8.1
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