pimcore / static-resolver-bundle
Pimcore Static Resolver Bundle
Installs: 93 598
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 12
Forks: 3
Open Issues: 0
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: 2025-02-20 09:37:07 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.
- Promotes a cleaner, more consistent and well-organized codebase.
:::caution
This bundle is public but will be treated like a pimcore-internal bundle. It mostly wraps static calls to be able to inject static calls as services. Interfaces in this bundle are not intended to be implemented by third-party developers.
:::