dev-master
9999999-dev https://github.com/minetro/service-autoloaderService autoloader for Nette Framework
BSD-3-Clause
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Service autoloader for Nette Framework
, (*1)
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte , (*3)
| :warning: | This project is no longer being maintained. Please use contributte/di. |
|---|---|
| Composer | minetro/service-autoloader |
|---|---|
| Version | |
| PHP | |
| License |
extensions:
autoload: Minetro\Autoloader\DI\ServiceAutoloadExtension
This configuration is enabled by default., (*4)
autoload:
dirs:
- %appDir%
annotations:
- @Service
interfaces:
- Minetro\Autoloader\AutoloadService
decorator:
inject: off
You can override all configuration settings you want to., (*5)
autoload:
dirs:
- %appDir%
- %libsDir%
- %fooDir%
annotations:
- @Service
- @MyCustomService
interfaces:
- Minetro\Autoloader\AutoloadService
- App\Model\MyAutoloadServiceInterface
decorator:
inject: on / off
Service loading is triggered only once at dependency injection container compile-time. You should be pretty fast, almost as official registering presenter as services., (*6)
This package was maintain by these authors., (*7)
Consider to support contributte development team. Also thank you for being used this package., (*9)
Service autoloader for Nette Framework
BSD-3-Clause