Skip to content

Div PHP Matrix 1.2.0

Compare
Choose a tag to compare
@rafageist rafageist released this 23 Jan 02:35
· 5 commits to main since this release
  • New methods for edit rows and columns
  • Magic methods for get matrix properties
  • Magic methods for access to cells (Ex: $matrix->{1.1} == $matrix->get(1,1))
  • More examples
  • Check with PHPStan level 9