Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aedart/athenaeum-container

[READ ONLY] Athenaeum Container package - see https://github.com/aedart/athenaeum
https://github.com/aedart/athenaeum-container

container ioc service-container

Last synced: about 1 month ago
JSON representation

[READ ONLY] Athenaeum Container package - see https://github.com/aedart/athenaeum

Awesome Lists containing this project

README

        

# Athenaeum Container

The `\Aedart\Container\IoC` is a slightly adapted version of [Laravel's Service Container](https://laravel.com/docs/6.x/container).
Please make sure to read their documentation, before attempting to use this version.

The motivation behind this adaptation is development outside a normal Laravel Application.
E.g. testing and development of Laravel dependent packages.
In other words, you will most likely not find this useful within your Laravel Application!

## 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