Libraries tagged by instance of
fgh151/yii2-beanstalk-singleton
20 Downloads
Trait for only one instance of beanstalk worker
emados/php-statical
513 Downloads
Allows for easy aliases creation that proxies static calls to a single instance of a class.
devcollaborative/module-hunter
10 Downloads
Command line tool to easily search through all your Pantheon-hosted Drupal sites and identify active instances of a particular module.
coapsyfactor/objectfactory
5 Downloads
Factory that provides instances of object mapped to related interface
cedx/which
46523 Downloads
Find the instances of an executable in the system path. Like the `which` Linux command.
bluehousegroup/silverstripe-unique-page
527 Downloads
Prevents admin users from creating more than one instance of a page class.
phlib/mockfunction
55 Downloads
Library to aid the testing of global functions, by creating an instance of the function in the namespace
mikeevstropov/simple-logger
14 Downloads
Simple way to create instance of Monolog\Logger
kyoushu/solr-serve
0 Downloads
A library for managing instances of Solr to aid unit tests
hamidyousefi/base64-uploaded-file
185 Downloads
Creating UploadedFile instance of encoded base64 file sent inside the request body
gubler/var-dump-finder-task
81 Downloads
Finds instances of var_dump() in your source code.
lightningspirit/magic-interfaces
25 Downloads
Provides PHP Interfaces to test some magic methods using instanceof instead of method_exists
seotils/has-parent
23 Downloads
The trait allows set and get parent class of instance.
heimrichhannot/contao-buttermenu-bundle
435 Downloads
A smooth animated navigation menu for contao with hover dropdown (big screens for instance) and off-canvas (mobile for instance) modes.
zalevsk1y/container-builder
154 Downloads
Container Builder, provides a simple implementation of a Dependency Injection Container. It allows for easy management of object instances and their dependencies, allowing for more flexible and maintainable code. The module includes methods for adding definition files, retrieving instances, and calling methods on instances with specified arguments. This can help improve code organization and reduce coupling between classes, leading to a more robust and scalable application.