projects / org / se7enxweb / symfony-tools
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
symfony-tools | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Collection of polyfill (backported) and incubator (proposed) features for Symfony.
Backports Symfony features so they can be used in earlier versions of Symfony, and
proposed features improving Symfony further.
This bundle is first and foremost aiming to cover needs of eZ Platform,
but is placed in own bundle under MIT as we think others can benefit and help collaborate, and
to simplify forward and backport ports to and from Symfony itself.
Bundle follows SemVer with one exception:
!! Tip: As such if you rely on incubator features, make sure to require specific minor versions in composer, like
~1.1.0 or ~1.1.2 || ~1.2.0
Polyfill (backport) features:
Incubator (proposed) features
Make sure as much as possible the feature is forward compatible for users, so when they upgrade to Symfony version where
it's included, they should ideally not need to adapt their code/config. (see Semantic Versioning exception for how
this works for incubators)
Polyfill (Backports)
When contributing Symfony backports to this bundle, be aware you commit to help maintain that feature in case there are
bug fixes or improvements to that feature in Symfony itself.
Incubator (Proposed)
Incubator features should only be proposed here if also proposed against Symfony itself, and there is at least some
certainty it will be accepted. And you also commit to adapt the feature here, if changes are requested once proposed to
Symfony. Essentially aiming for the feature here becoming a polyfill/backport feature in the end.
As such it's only applicable for smaller features (e.g. new cache adapter(s)), not a complete new component or larger
changes across Symfony itself for instance.