aedart/athenaeum-core
A custom Laravel Application implementation, intended to be testing, tinkering or developing non-essential custom applications.
Maintainers
Requires
- php: ^8.4
- aedart/athenaeum-config: ^10.10
- aedart/athenaeum-console: ^10.10
- aedart/athenaeum-container: ^10.10
- aedart/athenaeum-contracts: ^10.10
- aedart/athenaeum-dto: ^10.10
- aedart/athenaeum-events: ^10.10
- aedart/athenaeum-maintenance-modes: ^10.10
- aedart/athenaeum-service: ^10.10
- aedart/athenaeum-support: ^10.10
- aedart/athenaeum-utils: ^10.10
- illuminate/cache: ^v13.16.1
- illuminate/filesystem: ^v13.16.1
- psr/log: ^3.0.2
- symfony/console: ^v8.1.0
- vlucas/phpdotenv: ^5.6.3
Requires (Dev)
- symfony/var-dumper: ^v8.1.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause e822d74856c4261d1c2259fef28aef1b846c7ca3
- Alin Eugen Deac <aedart.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-23 06:47:51 UTC
README
The Athenaeum Core Application is a custom implementation of Laravel's Foundation Application. It is intended for testing, tinkering or developing non-essential custom applications. It offers the following features:
- Registration and booting of Service Providers
- Laravel's Service Container
- Laravel's Configuration Repository
- Laravel's Event Dispatcher
- Laravel's Cache Repository
- Laravel's Console Application (lightweight version of Artisan)
- Exception Handling (optional)
It is encouraged that you read the Motivation and Limitations sections, before attempting to make use of this package.
Documentation
Please read the official documentation for additional information.
Repository
The mono repository is located at github.com/aedart/athenaeum
Versioning
This package follows Semantic Versioning 2.0.0
License
BSD-3-Clause, Read the LICENSE file included in this package
