Skip to content

v1.0.0

Choose a tag to compare

@estefanionsantos estefanionsantos released this 28 Jun 23:39

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, and IStemArr).
  • Concrete Lifecycle Implementation: Added the StemArr driver implementing the key validation and element counting protocols.
  • Legacy Compatibility: Full structural compliance with PHP >=5.4 architectures.