Libraries tagged by PHP functions
polyfills/array-first-array-last
562 Downloads
PHP: Provides a user-land polyfill for `array_first` and `array_last` functions added in PHP 8.5.
openxtrem/browscap
38070 Downloads
Standalone replacement for php's native get_browser() function
deemru/blake2b
19587 Downloads
BLAKE2 hash function on pure PHP
jesseschalken/autoload-generator
26856 Downloads
Generates classmap-based include/autoload files for PHP projects, with support for functions and constants.
cspray/typiphy
12362 Downloads
A small library of value objects and functions for working with PHP's types.
calmohallag/nullable-casting
10146 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.
vierwd/svg-inliner
7012 Downloads
Utility functions to inline SVGs in PHP Projects
svk/yc-grpc-injector
15745 Downloads
Интеграция драйвера grpc для php 7.4.4 в Cloud Functions Яндекс.Облака
mf/stringify
10232 Downloads
Simple and tiny class (function) to stringify anything in PHP.
dsheiko/extras
3178 Downloads
Collection of chainable high-order functions to abstract and manipulate PHP types
yalesov/arg-validator
24729 Downloads
Validate function arguments, extending typehinting capabilities of PHP.
nadybot/math-parser
20384 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.
moralesgea/forceutf8
6403 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
magentron/password_exposed
1841 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach. (forked from mstaab/password_exposed)
heartsentwined/arg-validator
32407 Downloads
Validate function arguments, extending typehinting capabilities of PHP.