Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aedart/athenaeum-container
- Owner: aedart
- License: bsd-3-clause
- Created: 2020-01-18T16:52:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:52:02.000Z (about 1 month ago)
- Last Synced: 2024-11-28T09:33:59.479Z (about 1 month ago)
- Topics: container, ioc, service-container
- Language: PHP
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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