Libraries tagged by decoupling
viserio/bus-contract
1321 Downloads
The Viserio Bus Contract package.
holistic-agency/frozen
10 Downloads
decoupling interfaces
titon/context
0 Downloads
The context package provides dependency injection and service providers, which allow for easy decoupling of components.
excalibur/framework
57 Downloads
Excalibur framework is a modern PHP data structure to work with decoupling, perfect for layered architectures like Clean Architecture, Hexagonal and Microservices, offering resources for Infrastructure, WebUI and Database layers.
craigmccoy/backbone.wreqr
6912 Downloads
A simple infrastructure based on messaging patterns and service bus implementations for decoupling Backbone and Backbone.Marionette applications.
phpmetrics/phpmetrics
15513303 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
akeneo/php-coupling-detector
1099391 Downloads
Detect all the coupling issues of your project with respect to the coupling rules you have defined.
halleck45/phpmetrics
133421 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
kunstmaan/media-pagepart-bundle
130922 Downloads
The KunstmaanMediaPagePartBundle is a pagepart that can be used on the KunstmaanPagePartBundle. It is a separate bundle to prevent a tight coupling between the KunstmaanPagePartBundle and the KunstmaanMediaBundle.
halleck45/php-metrics
14417 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
whilesmart/eloquent-owner-access
606 Downloads
Pluggable polymorphic owner authorization for Laravel packages with owner_type/owner_id columns. Lets host apps decide who can see and modify owner-scoped records without coupling the underlying packages to a specific tenancy model.
milpa/core
815 Downloads
Milpa Framework — core contracts and primitives. Framework-agnostic: no ORM, no HTTP client, no host-application coupling (ADR-001).
ez-php/contracts
5034 Downloads
Shared interfaces and abstract base classes for the ez-php framework — zero framework coupling for standalone modules
monkeyscloud/monkeyslegion-contracts
511 Downloads
Lightweight contracts (interfaces & abstract bases) for the MonkeysLegion framework — zero framework coupling.
milpa/runtime
116 Downloads
The bootable Milpa kernel: composes milpa/core, milpa/container, milpa/events, milpa/http and milpa/resolver into container -> dispatcher -> architecture gate -> plugin boot in the resolver's loadOrder -> route registration, with zero Doctrine and zero legacy Web coupling. The active-plugins list is config/filesystem-driven, never a database entity.