pimcore / static-resolver-bundle
Pimcore Static Resolver Bundle
Installs: 77 672
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 12
Forks: 3
Open Issues: 3
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
- 2.x-dev
- 2.0.x-dev
- v2.0.0
- 1.4.x-dev
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.3.0-RC1
- 1.2.x-dev
- v1.2.0
- v1.2.0-RC2
- v1.2.0-RC1
- v1.1.0
- v1.0.0
- v1.0.0-RC1
- dev-add-optionsProviderResolver
- dev-add-getLanguagePermissions
- dev-Add-Contracts
- dev-Contracts-Example
- dev-1.4_LTS
- dev-sbom-test
- dev-csfixer-pimcore-only
- dev-fix-internal
- dev-lib-video-resolver
- dev-1.2_LTS
This package is auto-updated.
Last update: 2024-12-18 08:43:51 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.
:::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.
:::