PHP-Polyfills
PHP Polyfills that bring modern PHP features to older PHP versions. From @PHPWatch and @Ayesh
Pinned Repositories
array-find
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
mb_trim
PHP: Provides a user-land polyfill for `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4.
mb_ucfirst-lcfirst
PHP: Provides a user-land polyfill for `mb_ucfirst` and `mb_lcfirst` functions added in PHP 8.4.
PDO-MySQL-Subclass
User-land PHP polyfill for PDO MySQL driver subclass
PDO-Sqlite-Subclass
User-land PHP polyfill for PDO Sqlite driver subclass
PHP-Polyfills's Repositories
PHP-Polyfills/array-find
PHP: Provides a user-land polyfill for `array_find`, `array_find_key`, `array_any` and `array_all` functions added in PHP 8.4.
PHP-Polyfills/mb_trim
PHP: Provides a user-land polyfill for `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions added in PHP 8.4.
PHP-Polyfills/mb_ucfirst-lcfirst
PHP: Provides a user-land polyfill for `mb_ucfirst` and `mb_lcfirst` functions added in PHP 8.4.
PHP-Polyfills/PDO-MySQL-Subclass
User-land PHP polyfill for PDO MySQL driver subclass
PHP-Polyfills/PDO-Sqlite-Subclass
User-land PHP polyfill for PDO Sqlite driver subclass