Libraries tagged by PHP functions
innmind/socket
79975 Downloads
Wrapper to PHP socket functions
tombenevides/dump-linter
5245 Downloads
A custom rules to remove dump functions from PHP code
tetreum/perfect-print
30668 Downloads
Perfect print function for PHP Debugging
sysvale/helpers
13249 Downloads
Helper function in PHP
n5s/brotli
2390 Downloads
Add brotli compress/uncompress functions to PHP. Batteries included.
michaelc/intdiv-compat
14470 Downloads
A compatibility library for the simplified intdiv function in PHP 7: https://wiki.php.net/rfc/intdiv
ivoba/stop
39722 Downloads
nice output for debug functions for PHP 5.3
encoredigitalgroup/stdlib
10588 Downloads
A collection of standard library classes and functions for PHP.
boenrobot/money_format_polyfill
34692 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
15389 Downloads
Add brotli compress/uncompress functions to PHP. Batteries included.
dreamscapes/ldap-core
83389 Downloads
Object encapsulation of PHP's native ldap functions
ayesh/is_countable-polyfill
133345 Downloads
A trivial but working polyfill for PHP 7.3 is_countable function. Supports PHP versions >= 5.3
voku/session2db
19588 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.
room11/dom-utils
2490 Downloads
Utility functions for the PHP DOM extension
polyfills/mb-trim
763 Downloads
PHP: Provides a user-land polyfill for `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4.