Libraries tagged by Code Dependency
balrok/yii2-enhanced-gii-dependencies
67 Downloads
Dependencies for yii2-enhanced-gii generated code
bogdan-lapadat-p2c/shopify-dependency-lib
1005 Downloads
SDK to interact with the Shopify API for use by Plentymarkets. Original code is donutdan4114/shopify
agratushniy/php-dependency-analysis
10 Downloads
forked from mamuz/PhpDependencyAnalysis
voral/mock-builder
41 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
takielias/contract-resolver
4 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
esyede/tiny-qrcode
114 Downloads
A tiny QRCode generator (single file, no dependencies)
coolgoose/larastan-legacy
5 Downloads
Larastan Legacy 1.x - Unmaintained fork to fix composer dependency
sikessem/capsule
1849 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
unik-codes/ark-installer
5 Downloads
Install Ark project or it's components and dependencies.
hell-sh/nose
228 Downloads
Nose sniffs out errors in your code with no dependencies.
starfish-prime/php-quality
909 Downloads
Meta package that includes dependencies for code quality metrics. FTW.
zurborg/enum-generator
167 Downloads
Zero-dependency enumeration class code generator
dsilva94/magento-client-v2
48 Downloads
Magento API Client (SOAP v1). Allows wrappers for each call, dependency injections and code completion.
pavelmaksimov25/app-di
3 Downloads
Project Code to add Symfony's DependencyInjection container
zalevsk1y/container-builder
161 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.