Libraries tagged by functions
bitwasp/bitcoin
546160 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
bentools/cartesian-product
981130 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.
appwrite/php-runtimes
294028 Downloads
Appwrite repository for Cloud Function runtimes that contains the configurations and tests for all of the Appwrite runtime environments.
shish/safe
827435 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
guzzlehttp/ring
147558 Downloads
Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.
divineomega/password_exposed
1704557 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
137296 Downloads
Helper functions I find super-duper handy
mapado/mysql-doctrine-functions
276262 Downloads
MySQL Function for Doctrine : RAND(), ROUND() DATE(), DATE_FORMAT()...
illuminated/helper-functions
599363 Downloads
Laravel-specific and pure PHP Helper Functions.
fza/mysql-doctrine-levenshtein-function
138184 Downloads
Provides the `LEVENSHTEIN()` and `LEVENSHTEIN_RATIO()` MySQL functions for Doctrine2.
vanderlee/php-stable-sort-functions
789537 Downloads
Class of stable sort methods. Equal values remain in the original order. Only different values are sorted.
lstrojny/phpunit-function-mocker
358961 Downloads
Allows mocking otherwise untestable PHP functions through the use of namespaces
jasny/php-functions
565177 Downloads
A set of useful PHP functions
bentools/iterable-functions
473145 Downloads
Provides functions for iterable variables: is_iterable(), iterable_to_array()
rybakit/arguments-resolver
117797 Downloads
ArgumentsResolver allows you to determine the arguments to pass to a function or method.