Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aedart/athenaeum-core
[READ ONLY] Athenaeum Core package - see https://github.com/aedart/athenaeum
https://github.com/aedart/athenaeum-core
athenaeum core-application legacy-application
Last synced: about 2 months ago
JSON representation
[READ ONLY] Athenaeum Core package - see https://github.com/aedart/athenaeum
- Host: GitHub
- URL: https://github.com/aedart/athenaeum-core
- Owner: aedart
- License: bsd-3-clause
- Created: 2020-01-21T18:45:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:52:00.000Z (about 2 months ago)
- Last Synced: 2024-11-28T09:34:09.048Z (about 2 months ago)
- Topics: athenaeum, core-application, legacy-application
- Language: PHP
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Athenaeum Core
The Athenaeum Core Application is a custom implementation of [Laravel's Foundation Application](https://github.com/laravel/framework/blob/6.x/src/Illuminate/Contracts/Foundation/Application.php).
It is intended for _**testing, tinkering or developing non-essential custom applications**_.
It offers the following features:- Registration and booting of [Service Providers](https://laravel.com/docs/6.x/providers)
- Laravel's [Service Container](https://laravel.com/docs/6.x/container)
- Laravel's [Configuration Repository](https://laravel.com/docs/6.x/configuration)
- Laravel's [Event Dispatcher](https://laravel.com/docs/6.x/events)
- Laravel's [Cache Repository](https://laravel.com/docs/6.x/cache)
- Laravel's [Console Application](https://laravel.com/docs/6.x/artisan) (_lightweight version of Artisan_)
- Exception Handling (_optional_)It is encouraged that you read the [Motivation and Limitations sections](https://aedart.github.io/athenaeum/archive/current/core/#motivation), before attempting to make use of this package.
## Documentation
Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.
## Repository
The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)
## Versioning
This package follows [Semantic Versioning 2.0.0](http://semver.org/)
## License
[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package