pimcore / static-resolver-bundle
Pimcore Static Resolver Bundle
Installs: 66 971
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 13
Forks: 3
Open Issues: 2
Type:pimcore-bundle
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- friendsofphp/proxy-manager-lts: ^1
- pimcore/pimcore: ^11.0
Requires (Dev)
- codeception/codeception: ^5.0.10
- codeception/module-asserts: ^2
- codeception/module-symfony: ^3.1.1
- codeception/phpunit-wrapper: ^9
- fakerphp/faker: ^1.23
- phpstan/phpstan: 1.10.5
- phpstan/phpstan-symfony: ^1.2.20
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2024-10-09 13:47:52 UTC
README
Static Resolver Bundle is designed to encapsulate the usage of static calls within a more robust and testable service-oriented architecture.
Features in a Nutshell
- Provides a straightforward and seamless mechanism to transform static methods into injectable services.
- Provides a proxy factory to reduce complexity, enhance testability, simplify code maintenance, and enforce better coding standards.
- Promotes a cleaner, more consistent and well-organized codebase.