apex-php / core
Core package of the Apex PHP framework — a modern, lightweight foundation for building scalable applications.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
pkg:composer/apex-php/core
Requires
- php: ^8.3
- composer-plugin-api: ^2.0
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- composer/composer: ^2.8
README
The core package of the APEX PHP Framework. It contains essential building blocks such as the service container (DI), routing logic, event dispatcher, and application lifecycle handler.
🧱 Use this as a foundation for building PHP frameworks or standalone applications.
📥 Installation
Option 1: From Packagist (Recommended)
composer require apex-php/core