konekt/xtend
Library to support creating extendable, plugin-aware applications
2.0.0
176K downloads/mo
#3329 most downloaded on Packagist
artkonekt/xtend
What this package is like to depend on
Last release 1 years ago
18 Mar 2025
Ships on a steady schedule
a new release about every 8 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Nov 2023 to Mar 2025
2024
2025
2026
Releases
latest 4-
2.0.018 Mar 2025Release notes
Open source →2025-03-18
- BC: Added the
getIdOf()method to the Registry Interface - Added the generic
DictionaryandTypedDictionaryclasses
- BC: Added the
-
1.2.015 Jul 2024Release notes
Open source →2024-07-15
- Added the
HasRegistry::getIdOf()method (it's not part of theRegistryinterface yet;will be added in v2.0)
- Added the
-
1.1.001 Dec 2023Release notes
Open source →2023-12-01
- Fixed the shared registry bug by removing the
BaseRegistryclass. The traits need to be used instead. - Added the
Registry::ids(),Registry::reset()andRegistry::choices()methods - Added the
Registerableinterface (optional)
- Fixed the shared registry bug by removing the
-
1.0.030 Nov 2023Release notes
Open source →2023-11-30
- Initial release
- Added the
Registryinterface and a boilerplate implementation (either via traits or extending the base class)