Libraries tagged by PHP functions
voku/session2db
19527 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
openxtrem/browscap
35351 Downloads
Standalone replacement for php's native get_browser() function
haldayne/boost
30572 Downloads
Expansion pack for PHP string and array functions. Makes the common stuff easy & legible.
deemru/blake2b
18982 Downloads
BLAKE2 hash function on pure PHP
datalinx/gettext-context
17455 Downloads
Implementation of context functions for the PHP gettext extension
quasarstream/av
596 Downloads
This PHP library leverages the Foreign Function Interface (FFI) to directly interact with native FFmpeg shared libraries (libavcodec, libavfilter, libavformat, etc.), providing low-level access to powerful multimedia processing capabilities within PHP.
jesseschalken/autoload-generator
26540 Downloads
Generates classmap-based include/autoload files for PHP projects, with support for functions and constants.
cspray/typiphy
4786 Downloads
A small library of value objects and functions for working with PHP's types.
calmohallag/nullable-casting
9139 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
6028 Downloads
Utility functions to inline SVGs in PHP Projects
svk/yc-grpc-injector
14536 Downloads
Интеграция драйвера grpc для php 7.4.4 в Cloud Functions Яндекс.Облака
dsheiko/extras
2982 Downloads
Collection of chainable high-order functions to abstract and manipulate PHP types
yalesov/arg-validator
24257 Downloads
Validate function arguments, extending typehinting capabilities of PHP.
magentron/password_exposed
870 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)
afcamps/forceutf8
12127 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings. (fork from https://github.com/neitanod/forceutf8)