Ross ROSS = Recommend OSS · open-source software intelligence for agents

MarkBaker/PHPMatrix

PHP Class for handling Matrices observed · 2026-08-28

github.com/MarkBaker/PHPMatrix · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2946
  • days_rel: n/a
  • days_push: 872
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1514 stars · 14 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PHP library providing a Matrix class with common linear algebra operations such as addition, multiplication, inverse, determinant, transpose, and LU/QR decomposition. It is installable via Composer and designed for use in PHP applications needing matrix math.

Use cases

  • perform matrix multiplication in php
  • calculate the determinant of a matrix in php
  • invert a matrix in php
  • solve linear equations A.X = B in php
  • compute LU or QR decomposition in php
  • transpose or find the trace of a matrix in php

When to choose

  • you need basic matrix operations in a PHP project
  • you want a lightweight Composer-installable linear algebra library
  • you need LU or QR decomposition in PHP

When to avoid

  • you need eigenvalue decomposition or Cholesky decomposition (not yet implemented)
  • you need high-performance numerical computing (use a native extension or another language)
  • you need tensors or N-dimensional arrays rather than 2D matrices

Facets

library · maturity stable

math mathematics php matrix linear-algebra determinant lu-decomposition qr-decomposition composer algorithms

1 source

Member repositories

RepositoryRoleHealth v2
MarkBaker/PHPMatrixmain23

For agents

markdown · JSON · MCP: product_card(name="MarkBaker/PHPMatrix")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem