Libraries tagged by PHP Function
tina4stack/tina4php-debug
6461 Downloads
Tina4 PHP Debug Functionality
typhoon/declaration-id
35987 Downloads
A set of identifiers for PHP declarations (constants, functions, classes, templates, etc.)
tombenevides/dump-linter
5505 Downloads
A custom rules to remove dump functions from PHP code
tetreum/perfect-print
30856 Downloads
Perfect print function for PHP Debugging
sysvale/helpers
13370 Downloads
Helper function in PHP
kilbiller/fphp
5975 Downloads
A set of auto-curried immutable data-last functions for PHP. Inspired by lodash/fp.
ivoba/stop
39762 Downloads
nice output for debug functions for PHP 5.3
encoredigitalgroup/stdlib
11088 Downloads
A collection of standard library classes and functions for PHP.
empaphy/usephul
8904 Downloads
Provides useful classes and functions that extend the standard functionality of PHP.
boenrobot/money_format_polyfill
34879 Downloads
A polyfill for PHP's money_format() function, intended for Windows. Source from Rafael M. Salvioni (in the comments for money_format()).
hellonico/brotli
15542 Downloads
Add brotli compress/uncompress functions to PHP. Batteries included.
ayesh/is_countable-polyfill
133382 Downloads
A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3
voku/session2db
19630 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.
polyfills/mb-trim
924 Downloads
PHP: Provides a user-land polyfill for `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4.
polyfills/array-first-array-last
580 Downloads
PHP: Provides a user-land polyfill for `array_first` and `array_last` functions added in PHP 8.5.