Libraries tagged by instantiator
lifephp/phpstan-rules
6 Downloads
Reusable generic PHPStan rules, starting with #[CreateBy] factory-only instantiation enforcement.
joby/smol-context
84 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.
eboreum/immutable-interface
55 Downloads
Flag a class as being immutable by implementing the ImmutableInterface. An immutable object must never change its state; i.e. its class properties must remain unchanged after instantiation or cloning.
drupal-composer-ext/drupal-scaffold-docker
3858 Downloads
Composer Plugin for instantiating a Docker based Drupal workflow.
cviniciussdias/dependency-resolver
23 Downloads
Dependency Resolver. A simple component to resolve classes dependencies and instantiate them automagically.
cmatosbc/ananke
6 Downloads
A flexible PHP service container that supports conditional service instantiation, relying on PHP 8+ match expression.
f3ath/lazypdo
44983 Downloads
LazyPDO is a wrapper over PHP's standard PDO class. It postpones the instantiation of the original PDO class until one is really needed. Also it can be (un)serialized.
morrislaptop/laravel-instantiate-rule
3 Downloads
Validate against an object's constructor
graywings/instantiate
4 Downloads
Instantiate json/stdClass library
falseclock/dbd-php-common
99 Downloads
Common libraries for PHP Database driver and Entities annotation
riesjart/static-context-checker
724 Downloads
Check whether a method is called in static context
zkrati/class-factory
30 Downloads
Simple library to manage class instances. It handles dependencies and supports lazy instantiating.
vgait/vgadatabase
7 Downloads
This is a database abstraction for easy instantiation and usage of PDO
thecodingmachine/service-provider-registry
4971 Downloads
This package provides a service provider registry that can lazily instantiate the service providers it contains.
thecodingmachine/lazy-array
6 Downloads
This package provides an array than can lazily instantiate the objects it contains.