v1.0.0
Initial stable release of the Rubricate Array component. This package delivers a lightweight, focused matrix abstraction engine designed to work seamlessly under legacy object-oriented environments.
What's Included
Core Structural Layer
- Interface Segregation: Split array manipulation blueprints across dedicated interfaces (
IGetArr,IKeyCount, andIStemArr). - Concrete Lifecycle Implementation: Added the
StemArrdriver implementing the key validation and element counting protocols. - Legacy Compatibility: Full structural compliance with PHP
>=5.4architectures.