Container
Table of Contents
Interfaces
- ContainerInterface
- PSR-11 compatible container interface.
- ServiceProviderInterface
- Interface for service providers that register services in the container.
Classes
- Container
- PSR-11 compatible Dependency Injection Container.
- ContainerException
- Base exception for container errors.
- ControllerServiceProvider
- Controller service provider that registers all controllers.
- CoreServiceProvider
- Core service provider that registers essential cross-cutting services.
- NotFoundException
- Exception thrown when a requested service is not found in the container.
- RepositoryServiceProvider
- Service provider that registers all repository classes.