zendframework/zend-math
Zend Math provides math utilities for PHP, including big integer/decimal support, random number generation, and statistical helpers. Part of the Zend Framework ecosystem, it offers consistent, tested components for numeric operations.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| markbaker/complex | 0.85 | 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,663 | 1,663 | 12 | 8M | 1 | 10.3 | 51.5 | MIT | 5 years ago | |
| zendframework/zend-db | 0.81 | Zend\Db is a database abstraction layer for PHP, offering SQL builders, adapters, platform-specific quoting, and result set utilities. It supports multiple drivers and helps you write portable, secure queries while keeping low-level control when you need it. | 101 | 102 | 114 | 22K | 95 | 14.1 | 36.8 | BSD-3-Clause | 6 years ago | |
| langleyfoxall/math_eval | 0.80 | 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 | 19.0 | 36.9 | LGPL-3.0 | 2 months ago | |
| zendframework/zend-stdlib | 0.79 | Zend\Stdlib provides general-purpose utility components for PHP, including array helpers, messaging utilities, string wrappers, and more. Note: this repository was abandoned on 2019-12-31 and moved to laminas/laminas-stdlib. | 377 | 398 | 70 | 188K | 5 | 4.5 | 26.9 | BSD-3-Clause | 8 years ago | |
| zendframework/zend-coding-standard | 0.79 | Zend Framework Coding Standard ruleset for PHP_CodeSniffer to enforce ZF repository style, with composer scripts for checking (phpcs) and auto-fixing (phpcbf). Note: repository abandoned; moved to laminas/laminas-coding-standard. | 35 | 42 | 7 | 3K | 7 | 1.9 | 20.0 | BSD-3-Clause | 6 years ago | |
| zendframework/zend-crypt | 0.78 | Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks. | 87 | 91 | 36 | 27K | 2 | 2.1 | 24.7 | BSD-3-Clause | 7 years ago | |
| zendframework/zend-i18n | 0.77 | Zend\I18n provides a full translation suite for PHP/Zend Framework: supports major translation formats, pluralization, and text domains. Translator is mostly dependency-free, using the Intl extension only for default locale fallback. Repository abandoned; moved to laminas/laminas-i18n. | 63 | 69 | 45 | 32K | 12 | 4.4 | 28.4 | BSD-3-Clause | 6 years ago | |
| league/geotools | 0.69 | Geotools is a PHP geo library built on Geocoder and React. It supports batch geocoding/reverse geocoding with multiple providers, PSR-6 caching, CLI tools, coordinate conversion (DMS/UTM), and distance/bearing/point calculations. | 1,406 | 1,447 | 128 | 83K | 22 | 34.3 | 35.9 | MIT | 5 months ago | |
| ergebnis/http-method | 0.69 | Tiny PHP package providing named constants for HTTP request methods (GET, POST, PUT, DELETE, etc.). Use it to avoid magic strings and share a single source of truth across frameworks, libraries, and your own code. | 95 | 95 | 2 | 7K | 0 | 5.6 | 27.9 | MIT | 1 year ago | |
| localheinz/phpstan-rules | 0.67 | Custom PHPStan rules to enforce stricter coding standards in PHP projects. Includes ready-to-use rules.neon (auto-loaded via phpstan/extension-installer) with checks like no named arguments, class final enforcement, and more. Install via Composer as a dev dependency. | 461 | 460 | 22 | 698 | 6 | 22.8 | 11.2 | MIT | 7 months ago | |
| ergebnis/json-normalizer | 0.67 | Normalize JSON documents with composable normalizers. Includes generic and vendor-specific normalizers for formatting, indentation, schema-based ordering, JSON encoding, chaining, callbacks, and controlling final newlines. Install via Composer and apply a Normalizer to produce consistent JSON output... | 82 | 83 | 5 | 2M | 0 | 11.1 | 56.9 | MIT | 1 year ago | |
| ergebnis/phpstan-rules | 0.67 | A set of extra PHPStan rules to enforce stricter, opinionated code standards in PHP projects. Install via Composer and include rules.neon (auto via phpstan/extension-installer) to catch issues like named arguments, class design, and more. | 460 | 460 | 23 | 442K | 6 | 23.3 | 49.8 | MIT | 7 months ago | |
| phpdocumentor/phpdocumentor | 0.59 | phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. | 4,345 | 4,419 | 648 | 11K | 146 | 80.4 | 37.5 | MIT | 4 months ago | |
| andreas-glaser/php-helpers | 0.59 | PHP 8.2+ helper toolkit offering ArrayHelper and other utilities for everyday tasks. Includes dot-notation get/set/unset, key/value lookups, insert/prepend/append, random/first/last helpers, filtering empty values, implode/explode helpers, key casing conversion, and more. | 13 | 14 | 2 | 734 | 0 | 2.8 | 23.9 | MIT | 1 year ago | |
| friendsofphp/php-cs-fixer | 0.59 | PHP CS Fixer automatically detects and fixes PHP coding style issues, applying built-in rule sets (PER-CS, Symfony, PhpCsFixer) or custom configs. Helps modernize code for newer PHP/PHPUnit. Install via Composer; supports PHP 7.4–8.5. | 13,545 | 13,636 | 1,644 | 6M | 43 | 92.0 | 74.2 | MIT | 4 weeks ago | |
| fabpot/php-cs-fixer | 0.59 | Automatically fix PHP coding standards issues and unify style across your codebase. Includes rule sets like PER-CS, Symfony, and PhpCsFixer, plus configurable rules and migrations to modern PHP and PHPUnit. Supports PHP 7.4–8.5. | 13,547 | 13,561 | 1,644 | 12K | 43 | 91.7 | 37.9 | MIT | 3 weeks ago | |
| eliashaeussler/phpstan-config | 0.59 | Opinionated PHPStan configuration presets and extensions by Elias Häußler. Drop-in rules and baseline settings to standardize static analysis across projects, reduce false positives, and improve code quality with minimal setup for common PHP/Laravel workflows. | 2 | 2 | 0 | 12K | 1 | 13.2 | 52.7 | GPL-3.0 | 9 months ago |
How can I help you explore Laravel packages today?