Download the PHP package radekdvorak/nette-proxy-service without Composer
On this page you can find all versions of the php package radekdvorak/nette-proxy-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download radekdvorak/nette-proxy-service
More information about radekdvorak/nette-proxy-service
Files in radekdvorak/nette-proxy-service
Download radekdvorak/nette-proxy-service
More information about radekdvorak/nette-proxy-service
Files in radekdvorak/nette-proxy-service
Vendor radekdvorak
Package nette-proxy-service
Short Description Lazy services for Nette Framework
License BSD-3-Clause GPL-2.0 GPL-3.0
Package nette-proxy-service
Short Description Lazy services for Nette Framework
License BSD-3-Clause GPL-2.0 GPL-3.0
Please rate this library. Is it a good library?
Informations about the package nette-proxy-service
Nette Proxy Generator
This Nette Framework extension allows you to hide services in proxy classes. Seldom used yet still initialized services are hidden, eventual expensive object initiation is postponed. The real service class gets instantiated as soon as the proxy class property or method is accessed.
Instructions
-
Have composer install the source code
-
Enable the extension in your neon config
-
Configure directory for proxy class cache
-
Tag selected services with
proxyService.lazy
(the prefix depends on the extension registration name) - Setup an autoloader for the cacheDir (see RobotLoader if you are not sure what to do)
Notes:
- This extension is quite new therefore consider it a bit experimental
All versions of nette-proxy-service with dependencies
PHP Build Version
Package Version
The package radekdvorak/nette-proxy-service contains the following files
Loading the files please wait ....