Libraries tagged by instantiate
mage2pro/composer
68 Downloads
Magento composer library helps to instantiate Composer application and run composer commands.
loadsys/cakephp-libregistry
11926 Downloads
The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's TableRegistry. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.
laasti/route
199 Downloads
Two-step controller routing for League/route. Instantiate your controller, do some stuff, then call your controller method.
keven/instantiator
31 Downloads
Instantiate an object based on an array of its constructor parameters.
ironedge/logger
24 Downloads
A very simple factory to easily instantiate loggers from different vendors (monolog, for example) using config arrays.
felicity-php/felicity-twig
36 Downloads
A really light wrapping around Twig. Basically instantiates twig and provides access to it for rendering templates and extending Twig.
ellipse/resolvable-class
200 Downloads
Resolvable class factory allowing to instantiate classes using a Psr-11 container
drieschel/object-creator
3 Downloads
Initialize and instantiate (data structure) objects recursively
cindyullmann/proxy-manager
72 Downloads
A library providing utilities to generate, instantiate and generally operate with Object Proxies
better-php/shutdown-handler
81 Downloads
An advanced shutdown handler that can be manipulated after it's instantiated: deregister or re-register callbacks, retrieve and re-use the same handler instance at any time to prevent memory leaks in long-running PHP apps etc.
atheon/proxy-manager
16 Downloads
A library providing utilities to generate, instantiate and generally operate with Object Proxies
annotation/larscan
2056 Downloads
Implement a Laravel scanner that can scan by namespace or path and instantiate classes annotated with specific annotations based on PHP 8.0's annotation feature.
tox2ik/rka-slim-controller-json
28 Downloads
Dynamically instantiated controller classes for Slim Framework
selami/router
447 Downloads
Router and Dispatcher built on top nikic/FastRoute that returns controller class name to be instantiated.
hgraca/micro-di
19 Downloads
A small dependency injection library that uses reflection and a service locator container, to instantiate and recursively resolve, instantiate and inject dependencies.