Releases: divengine/matrix
Releases · divengine/matrix
Div PHP Matrix 1.3.0
Div PHP Matrix 1.2.0
- 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
- 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
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).