Libraries tagged by func
rinvex/laravel-support
896925 Downloads
Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
guzzlehttp/ring
145235 Downloads
Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.
divineomega/password_exposed
1692985 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.
calebporzio/awesome-helpers
131555 Downloads
Helper functions I find super-duper handy
birke/rememberme
470251 Downloads
Secure "Remember Me" functionality
vanderlee/php-stable-sort-functions
775493 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
lstrojny/phpunit-function-mocker
355579 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
jeremeamia/functionparser
176227 Downloads
Function parser for PHP functions, methods, and closures
jasny/php-functions
554213 Downloads
A set of useful PHP functions
illuminated/helper-functions
595419 Downloads
Laravel-specific and pure PHP Helper Functions.
fza/mysql-doctrine-levenshtein-function
127811 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
bentools/iterable-functions
450014 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
rybakit/arguments-resolver
114605 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.
qaribou/immutable.php
148718 Downloads
Immutable, highly-performant collections, well-suited for functional programming and memory-intensive applications.
php-mock/php-mock-prophecy
531921 Downloads
Mock built-in PHP functions (e.g. time()) with Prophecy. This package relies on PHP's namespace fallback policy. No further extension is needed.