Skip to content

Releases: divengine/matrix

Div PHP Matrix 1.3.0

03 Feb 04:10
Compare
Choose a tag to compare
  • Mixed array indexes
  • New methods and improvements

Div PHP Matrix 1.2.0

23 Jan 02:35
Compare
Choose a tag to compare
  • 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

Div PHP Matrix 1.1.0

17 Jan 03:16
Compare
Choose a tag to compare
  • Workbooks! (interaction between different matrixes)
  • Group By column and aggregate!
  • Get range
  • ToString with default output format
  • Include examples folder
  • New methods & some fixes

Div PHP Matrix 1.0.0

14 Jan 04:36
Compare
Choose a tag to compare

A versatile utility for efficient manipulation of matrix data, providing methods for adding and removing rows, validating matrix integrity, and formatting data in various output formats. It also supports closures for dynamic values (spreadsheet-like).