ffi/env
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yansongda/supports | 0.81 | — | 21 | 21 | 18 | 19K | 0 | 2.1 | 40.4 | MIT | 5 years ago | |
| denisok94/helper | 0.80 | A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. | 1 | 1 | 0 | 2 | 0 | 27.4 | 4.9 | BSD-3-Clause | 3 weeks ago | |
| laravel/helpers | 0.80 | Backwards-compatibility package that restores Laravel 5.8 global helper functions for newer Laravel versions. Useful when upgrading legacy apps; helpers map to modern Arr and Str methods. Not accepting new helpers. | 806 | 816 | 44 | 1M | 0 | 22.7 | 48.7 | MIT | 4 months ago | |
| open-southeners/extended-php | 0.79 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 750 | 0 | 12.2 | 41.5 | MIT | 9 months ago | |
| dontdrinkandroot/common | 0.79 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| eesnaola/afip.php | 0.79 | Fork of AfipSDK/afip.php that focuses on fixing PHP compatibility issues. Use it as a drop-in alternative when the original package has version conflicts, deprecated features, or fails under newer PHP releases. | 0 | 0 | 0 | 42 | 0 | 0.3 | 22.6 | MIT | 5 years ago | |
| hyperf/codec | 0.79 | — | 0 | 0 | 0 | 47K | 1 | 24.6 | 64.1 | MIT | 2 months ago | |
| alhames/apihelper | 0.79 | Laravel/PHP helper utilities for building API responses and common API tasks. Provides convenience methods for formatting output, handling errors, and streamlining controller/service code when creating REST-style endpoints. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 9 years ago | |
| atournayre/helpers | 0.79 | Symfony helper toolkit to speed up development: base controller with explicit helpers, typed exceptions, flash message constants and service, JSON response helper, abstract kernel exception listener, and a Twig enum extension (with optional CSS mapping per enum case). | 0 | 0 | 0 | 0 | 0 | 1.2 | — | — | 3 years ago | |
| bitandblack/helpers | 0.79 | Lightweight Laravel/PHP helper functions from Bit&Black. Adds practical utilities and shortcuts to speed up everyday development tasks with minimal setup, aiming to keep your codebase cleaner and more consistent across projects. | 0 | 0 | — | 1K | — | 0.0 | 42.6 | — | — | |
| lookyman/coding-standard | 0.78 | Opinionated PHP coding standard package for your projects. Install via Composer and reference the bundled ruleset.xml in PHP_CodeSniffer to enforce consistent formatting and style, with room to add your own project-specific rules. | 0 | 0 | 0 | 8 | 0 | 1.1 | — | MIT | 8 years ago | |
| filament/support | 0.78 | Core support utilities for Filament packages and plugins. Provides shared helpers, contracts, traits, and internal tooling used across the Filament ecosystem to streamline development, ensure consistency, and reduce duplicated code in Laravel apps. | 23 | 24 | 10 | 3M | 0 | 0.4 | 55.3 | — | — | |
| ffi/var-dumper | 0.75 | 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 | 148 | 0 | 14.0 | 14.2 | MIT | 4 months ago | |
| klitsche/ffigen | 0.75 | 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 | 4 | 0 | 3.1 | 1.3 | MIT | 3 years ago | |
| symfony/polyfill-php86 | 0.74 | Symfony Polyfill Php86 brings upcoming PHP 8.6 features to older runtimes. Includes the clamp() function, ARRAY_FILTER_USE_VALUE constant, and the SortDirection enum. Ideal for forward-compatible code while staying on PHP 8.x. | 6 | 6 | 0 | 5M | 0 | 21.6 | 64.9 | MIT | 1 week ago | |
| yiisoft/friendly-exception | 0.74 | Defines FriendlyExceptionInterface for exceptions that provide a human-friendly name and suggested solution. Lets error handlers detect these exceptions and display clearer, actionable information on error pages. Includes guidance for writing short, markdown-based solutions. | 49 | 49 | 11 | 70K | 1 | 8.0 | 45.9 | BSD-3-Clause | 8 months ago | |
| elasticms/helpers | 0.73 | — | 0 | 0 | 0 | 95 | 0 | 31.2 | 32.0 | LGPL-3.0 | 1 month ago | |
| povils/phpmnd | 0.73 | PHPMND detects magic numbers in PHP code to improve readability and maintainability. Flags numeric literals that should be constants (0 and 1 ignored by default). Install via Composer and run vendor/bin/phpmnd locally or globally in CI and dev workflows. | 585 | 587 | 47 | 114K | 12 | 26.7 | 41.0 | MIT | 5 months ago | |
| jayeshmepani/jpl-moshier-ephemeris-php | 0.72 | 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 | 4 weeks ago | |
| fidry/filesystem | 0.72 | 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 |
How can I help you explore Laravel packages today?