Libraries tagged by instantiator
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.
lane4hub/factory
1 Downloads
The Factory class serves as a flexible instantiation and access factory for classes, supporting optional versioning and dependency injection (DI).
laasti/route
199 Downloads
Two-step controller routing for League/route. Instantiate your controller, do some stuff, then call your controller method.
joby/context
1 Downloads
A lightweight DI container for PHP for global, low‑config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.
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
dknx01/factory-muffin-backery
5 Downloads
A backery for FactoryMuffin. For creating object by an alias including only setting the arguments during instantiating
dawen/dic-service-benchmark-bundle
6812 Downloads
Test the service instantiation time.
codexsoft/shortcut-stringy
5 Downloads
Just a shortcut for instantiating Stringy\Stringy
cmatosbc/ananke
6 Downloads
A flexible PHP service container that supports conditional service instantiation, relying on PHP 8+ match expression.
cindyullmann/proxy-manager
72 Downloads
A library providing utilities to generate, instantiate and generally operate with Object Proxies
castiron/typo3-extbaseinstantiable
6 Downloads
Small easy extbase object instantiation
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.