Download the PHP package rquadling/polyfiller without Composer
On this page you can find all versions of the php package rquadling/polyfiller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rquadling/polyfiller
More information about rquadling/polyfiller
Files in rquadling/polyfiller
Download rquadling/polyfiller
More information about rquadling/polyfiller
Files in rquadling/polyfiller
Vendor rquadling
Package polyfiller
Short Description A set of polyfillers for strings, arrays, etc. used by RQuadling's various projects
License
Package polyfiller
Short Description A set of polyfillers for strings, arrays, etc. used by RQuadling's various projects
License
Please rate this library. Is it a good library?
Informations about the package polyfiller
RQuadling/Polyfiller
A set of polyfillers for strings, arrays, etc. used by RQuadling's various projects
Installation
Using Composer:
Polyfillers
- Arrays
array_filter_keys
- Filters elements of an array using a callback function, based upon the key.array_get
- Returns the requested value from an array based upon the key or the default value if the key does not exist.array_to_table
- Convert an array that fits a database result set into a plain text table.
- Classes
class_uses_recursive
- Returns all traits used by a class, its parent classes and trait of their traits.trait_uses_recursive
- Returns all traits used by a trait and its traits.
- Strings
mb_str_pad
- Multibyte String Pad.str_to_kebab_case
- Convert a string to kebab case.
All versions of polyfiller with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package rquadling/polyfiller contains the following files
Loading the files please wait ....