|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| markbaker/matrix | 0.82 | PHPMatrix is a PHP matrix algebra library supporting addition, subtraction, multiplication, division, determinants, inverses, transpose, trace, solve (A·X=B), and LU/QR decompositions. Install via Composer as markbaker/matrix and use Matrix objects from arrays. | 1,512 | 1,516 | 14 | 8M | 2 | 9.9 | 52.4 | MIT | 5 years ago | |
| php-standard-library/math | 0.82 | Strictly typed math utilities for PHP with predictable, consistent error handling. Part of the PHP Standard Library project, providing reliable mathematical functions and a stable developer experience for safer numeric operations. | 1 | 1 | 0 | 17K | 0 | 19.1 | 62.9 | MIT | 1 month ago | |
| interop-phpobjects/polite-math | 0.82 | — | 1 | 1 | 0 | 14K | 0 | 2.4 | 53.0 | MIT | 2 years ago | |
| moontoast/math | 0.81 | PHP math utilities for Laravel and general use, offering convenient helpers for precise calculations, percentages, rounding, and numeric formatting. Lightweight and easy to integrate into apps where consistent arithmetic and number handling matter. | 456 | 365 | 7 | 141K | 1 | 2.3 | 24.2 | Apache-2.0 | 6 years ago | |
| edemy/mathbundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| jayeshmepani/jpl-moshier-ephemeris-php | 0.79 | PHP 8.3+ FFI wrapper for the JPL Moshier Ephemeris C library. Exposes all public jme_* functions and JME_* constants with no output reshaping. Supports AUTO/JPL/MOSHIER/VSOP engines and direct JPL/CALCEPH kernel access via shared libs. | 0 | 0 | 0 | 10 | 0 | 20.9 | 16.9 | MIT | 1 week ago | |
| lstrojny/hmmmath | 0.79 | PHP math utility package providing common numeric helpers and algorithms. Useful for calculations, statistics-like operations, and reusable math functions in Laravel or any PHP project. Lightweight, dependency-friendly, and easy to integrate into existing codebases. | 15 | 16 | 5 | 6K | 0 | 0.3 | 35.3 | — | — | |
| langleyfoxall/math_eval | 0.78 | Safely evaluate math expressions in PHP. langleyfoxall/math_eval parses and computes strings with operators, brackets, and common functions, ideal for user-defined formulas and configuration values without using eval(). Lightweight and easy to integrate in Laravel or any PHP app. | 42 | 43 | 6 | 8K | 2 | 21.9 | 37.3 | LGPL-3.0 | 3 weeks ago | |
| zdenekdrahos/bn-php | 0.78 | PHP library for working with Bangla/Bengali numbers and formatting. Convert between Bengali and Latin numerals, handle digit transformations, and support localization-friendly numeric output for apps needing Bangla numeral representation. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| roave/no-floaters | 0.76 | PHPStan plugin that bans floats: no float properties, parameters, return types, or assigning float values. Optional strict mode disallows any float-producing expression. Helps prevent rounding errors in domains like money, grading, or scientific calculations. | 216 | 217 | 13 | 7K | 2 | 24.0 | 25.5 | MIT | 2 months ago | |
| fidry/filesystem | 0.76 | Tiny wrapper around Symfony Filesystem providing a FileSystem interface plus handy extras: path escaping for OS separators, real/normalized real path helpers, and consistent temp file/dir creation (incl. custom stream wrappers). | 4 | 4 | 0 | 59K | 1 | 9.4 | 58.4 | BSD-3-Clause | 8 months ago | |
| klitsche/ffigen | 0.76 | CLI tool to generate and update low-level PHP FFI bindings from C headers. Produces constants.php and Methods.php (static method wrappers with phpdoc). Configurable via .ffigen.yml and optional custom parser hooks for preprocessing. | 16 | 16 | 2 | 0 | 0 | 3.1 | — | MIT | 3 years ago | |
| rollerscapes/standards | 0.75 | — | 0 | 0 | 0 | 167 | 0 | 15.7 | 34.4 | — | 4 months ago | |
| markbaker/complex | 0.75 | PHP class library for complex number math. Create and operate on complex values with add/subtract/multiply/divide plus polar functions (theta, rho), conjugate/inverse, roots, logs, exponentials, powers, and a full set of trig and hyperbolic functions. | 1,661 | 1,663 | 12 | 8M | 1 | 10.3 | 51.6 | MIT | 5 years ago | |
| ffi/env | 0.74 | Small PHP utility for detecting the FFI runtime environment. Get FFI status (enabled/disabled/CLI-only/not available), check availability, or assert FFI is usable with clear exceptions/messages. Useful for guarding FFI-dependent code paths. | 5 | 5 | 1 | 290 | 0 | 1.6 | 23.4 | MIT | 1 year ago | |
| rindow/rindow-openblas-ffi | 0.74 | — | 1 | 1 | 0 | 12K | 0 | 2.1 | 52.4 | BSD-3-Clause | 1 year ago | |
| rindow/rindow-math-matrix | 0.73 | — | 13 | 13 | 3 | 14K | 3 | 9.9 | 41.5 | BSD-3-Clause | 1 year ago | |
| roave/better-reflection | 0.72 | Enhanced PHP reflection for static analysis: reflect classes without loading them, from PHP code strings or closures, extract AST from functions/methods, and read type declarations and docblocks. Feature-rich but slower than native reflection. | 1,245 | 1,249 | 137 | 584K | 14 | 40.0 | 47.8 | MIT | 2 months ago | |
| wyrihaximus/test-utilities | 0.71 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 145K | 6 | 32.4 | 69.3 | MIT | 3 weeks ago | |
| ffi/var-dumper | 0.71 | Adds Symfony VarDumper support for PHP FFI types so dd() and dump() render structs, arrays, pointers, and more in a readable form. Includes “unsafe access” detection for risky pointer reads, with an env flag (VAR_DUMPER_FFI_UNSAFE=1) to fully inspect data. | 19 | 20 | 1 | 267 | 0 | 15.3 | 18.0 | MIT | 3 months ago |
How can I help you explore Laravel packages today?