Libraries tagged by PHP functions
php-stubs/wordpress-tests-stubs
962379 Downloads
WordPress Tests function and class declaration stubs for static analysis.
aeon-php/sleep
314879 Downloads
Improved sleep function that uses simple TimeUnit and decides between \sleep and \usleep
causal/extractor
193318 Downloads
This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.
shish/safe
441688 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
imsop/simplexml_debug
141120 Downloads
Tools for debugging your code when working with PHP's SimpleXML functions.
vdechenaux/brotli
47275 Downloads
Add brotli compress/uncompress functions to PHP
ajgl/csv-rfc
315184 Downloads
Drop in replacement for native PHP CSV related functions to read and/or write RFC4180 compliant CSV files
wikimedia/cdb
907554 Downloads
Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.
protonlabs/bitcoin
136804 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
polyfills/array-find
31633 Downloads
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
fresh/datetime
274687 Downloads
PHP library that provides additional functions for processing dates & times.
mbilbille/jpnforphp
305943 Downloads
A tiny PHP lib which provides nice functions & wrappers to interact with Japanese language.
web3p/ethereum-util
307935 Downloads
A collection of utility functions for Ethereum written in PHP.
staabm/password_exposed
235834 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.
relisten/forceutf8
85527 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.