Libraries tagged by function
guzzlehttp/ring
143991 Downloads
Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.
divineomega/password_exposed
1685028 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
129035 Downloads
Helper functions I find super-duper handy
birke/rememberme
466405 Downloads
Secure "Remember Me" functionality
mapado/mysql-doctrine-functions
274275 Downloads
MySQL Function for Doctrine : RAND(), ROUND() DATE(), DATE_FORMAT()...
jeremeamia/functionparser
174720 Downloads
Function parser for PHP functions, methods, and closures
illuminated/helper-functions
593234 Downloads
Laravel-specific and pure PHP Helper Functions.
fza/mysql-doctrine-levenshtein-function
123895 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
vanderlee/php-stable-sort-functions
768866 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
lucatume/function-mocker
1426983 Downloads
Function mocking with Patchwork
lstrojny/phpunit-function-mocker
352925 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
jasny/php-functions
548205 Downloads
A set of useful PHP functions
google/cloud-functions
225331 Downloads
Google Cloud Functions Client for PHP
bentools/iterable-functions
438135 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
rybakit/arguments-resolver
112897 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.