Libraries tagged by PHP functions
cdb/cdb
3221 Downloads
Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.
quasarstream/av
607 Downloads
This PHP library leverages the Foreign Function Interface (FFI) to directly interact with native FFmpeg shared libraries (libavcodec, libavfilter, libavformat, etc.), providing low-level access to powerful multimedia processing capabilities within PHP.
pointybeard/helpers
905 Downloads
A meta package containing helpful classes and functions for use in PHP.
miralsoft/weclapp-api
201 Downloads
The api functions from weclapp in php.
leonid-slv/mysql2pdo
1883 Downloads
Old mysql functions surrounded by newer PHP versions
collinai/auxiliary-open
104 Downloads
A versatile PHP toolkit providing essential helper functions to ease development workflows and boost productivity.
yarri/array-sort
1410 Downloads
The definitive function for sorting arrays in PHP
phpxxb/xhprof
24 Downloads
XHProf is a function-level hierarchical profiler for PHP
mzeahmed/wp-toolkit
448 Downloads
A PHP library with useful and reusable functions for WordPress.
haldayne/fox
30561 Downloads
PHP implementation of generic, higher-order functions.
davidjeddy/normie
11 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.
arabcoders/dependency
55 Downloads
Find function and class dependencies in PHP source code
frosas/misc
381 Downloads
A bunch of classes and functions to make working with PHP easier
divineomega/is_offensive
1466 Downloads
This PHP package provides an `is_offensive` helper function. Passing a string to `is_offensive` will return a boolean telling you if it contains offensive words.
chencongbao/math-parser
50 Downloads
PHP parser for mathematical expressions, including elementary functions, variables and implicit multiplication. Also supports symbolic differentiation.