|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tecnickcom/tc-lib-barcode | 0.77 | Pure-PHP barcode generator for linear and 2D symbologies. Spec-driven, deterministic encoding suitable for labels, tickets, logistics, and compliance docs. Generate barcode data once and render as vector or raster output. | 298 | 303 | 91 | 292K | 0 | 4.2 | 41.3 | NOASSERTION | — | |
| tecnick.com/tcpdf | 0.76 | — | 4,542 | 4,570 | 1,582 | 10K | 1 | 37.8 | 6.8 | NOASSERTION | — | |
| tecnickcom/tcpdf | 0.76 | TCPDF is a mature PHP library for generating PDF documents without external dependencies. Create pages, headers/footers, tables, images, barcodes, and multilingual/RTL text, with fine control over fonts, layout, and output (inline, download, file). | 4,542 | 4,691 | 1,582 | 3M | 1 | 37.8 | 38.7 | NOASSERTION | — | |
| spatie/color | 0.74 | PHP library for color parsing, conversion, and comparison. Supports CSS named colors plus RGB/RGBA/ARGB, Hex, HSL/HSLA, HSB, CMYK, CIELab, and XYZ. Includes WCAG contrast ratio and Delta E distances (CIE76, CIE94, CIEDE2000). | 382 | 386 | 41 | 798K | 0 | 21.2 | 50.0 | MIT | 5 months ago | |
| ksubileau/color-thief-php | 0.74 | Extract dominant colors and palettes from images in PHP. Color Thief PHP ports the MMCQ algorithm and works with GD, Imagick, or Gmagick. Supports JPEG, PNG, GIF, and WebP, and accepts paths, URLs, resources, objects, or binary data. | 636 | 640 | 68 | 106K | 2 | 26.5 | 35.5 | MIT | 1 month ago | |
| ozdemirburak/iris | 0.72 | Iris is a PHP 8.1+ color library for parsing, manipulating, and converting colors across Hex/Hexa, RGB/RGBA, HSL/HSLA, HSV, CMYK, and OKLCH. Provides format classes with channel accessors and easy toX() conversions. | 122 | 124 | 22 | 56K | 0 | 27.5 | 43.1 | MIT | 3 days ago | |
| danmichaelo/coma | 0.72 | CoMa is a PHP color math library for converting between sRGB, XYZ and Lab color spaces and computing color difference (Delta E) metrics. Includes CIE76 and CIE94, with more planned. Suitable for matching and comparing colors. | 17 | 19 | 3 | 439 | 0 | 0.2 | 19.4 | MIT | — | |
| mischiefcollective/colorjizz | 0.72 | ColorJizz-PHP is a lightweight color library for converting and manipulating colors across formats like RGB, CMYK, Hex, HSV, CIELab/LCh, XYZ, and Yxy. Supports chaining operations (hue, saturation, greyscale) while keeping originals immutable. | 285 | 286 | 32 | 6K | 5 | 3.9 | 20.2 | — | — | |
| php-parallel-lint/php-console-color | 0.71 | Adds easy, cross-platform console text styling for PHP: colors, background colors, and formatting like bold/underline. Lightweight, dependency-free, and commonly used in CLI tools to improve readability of output and error messages. | 86 | 88 | 7 | 875K | 0 | 1.7 | 55.3 | BSD-2-Clause | 4 years ago | |
| jakub-onderka/php-console-color | 0.71 | Abandoned PHP library for styling console output with ANSI colors. Formerly used to print colored text in terminals (see example.php). Consider using the maintained alternative: https://github.com/php-parallel-lint/PHP-Console-Color | 6,116 | 5,930 | 24 | 309K | 2 | 26.7 | 23.6 | BSD-2-Clause | 7 years ago | |
| codedungeon/php-cli-colors | 0.70 | Add ANSI color codes to PHP CLI output with simple constants. Use Color::GREEN, Color::RESET, etc. to style messages in console apps. Lightweight, zero-config, and easy to drop into any Composer-based project. | 102 | 105 | 3 | 152K | 0 | 0.6 | 43.1 | MIT | — | |
| league/color-extractor | 0.70 | — | 1,322 | 1,342 | 155 | 146K | 7 | 13.8 | 31.1 | MIT | 3 years ago | |
| alexandresalome/php-selenium | 0.64 | — | 33 | 33 | 7 | 319 | 0 | 1.3 | 14.0 | MIT | 12 years ago | |
| phpunit/php-code-coverage | 0.64 | phpunit/php-code-coverage collects, processes, and renders PHP code coverage data. Integrate it in test runs to start/stop coverage collection, filter included files, and generate reports such as OpenClover, including from serialized coverage data. | 8,933 | 8,977 | 385 | 14M | 5 | 72.9 | 54.2 | BSD-3-Clause | 1 week ago | |
| php-coveralls/php-coveralls | 0.64 | PHP client for Coveralls that uploads Clover-style code coverage reports from PHPUnit and other test tools. Install via Composer or download the PHAR. Works with GitHub and common CI services (GitHub Actions, Travis, CircleCI, Jenkins, Codeship). | 515 | 522 | 126 | 225K | 7 | 23.3 | 43.0 | MIT | 7 months ago | |
| simpod/php-coveralls-mirror | 0.63 | — | 0 | 0 | 0 | 2K | 0 | 0.3 | 31.4 | MIT | 5 years ago | |
| alcohol/iso4217 | 0.63 | Lightweight PHP library with ISO 4217 currency data. Look up currencies by alpha-3 (e.g., EUR) or numeric code (978), or retrieve the full list, including name, minor unit exponent, and associated country codes. | 149 | 154 | 26 | 259K | 3 | 14.2 | 48.3 | MIT | 7 months ago | |
| phpcollection/phpcollection | 0.63 | PHP Collection provides a flexible, object-oriented collection library for PHP. It offers common collection types and utilities to manage groups of objects consistently, with a clean API and solid documentation. Ideal for domains needing reusable collection abstractions. | 964 | 1,001 | 51 | 207K | 9 | 10.4 | 35.7 | Apache-2.0 | 4 years ago | |
| php-standard-library/file | 0.63 | Typed file handles for safe reading and writing in PHP, with explicit write modes and advisory file locking. Part of PHP Standard Library, designed to make filesystem IO clearer and less error-prone. | 1 | 1 | 0 | 30K | 0 | 20.0 | 64.3 | MIT | 2 months ago | |
| php-standard-library/locale | 0.62 | PHP Standard Library Locale component providing locale-aware formatting and parsing utilities. Helps handle language/region settings, localized dates, numbers, and other internationalization tasks in PHP apps with a lightweight, straightforward API. | 1 | 1 | 0 | 31K | 0 | 19.1 | 63.8 | MIT | 2 months ago |
How can I help you explore Laravel packages today?