Libraries tagged by PHP functions
m-derakhshi/bitcoin-php
18 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
codelint/php-lang
1592 Downloads
the function enhance for php language
wkhayrattee/php-utils
1046 Downloads
A list of reusable functions to use across PHP projects, with Test cases
rkr/php-structure-locator
35 Downloads
A PHP library to locate classes, functions, and other stuff in PHP files using xml and xpath.
lucifer-v/php-tools
19 Downloads
A collection of function as tools for PHP development
czycha/is-php-good
9 Downloads
Function to check if PHP is good.
boruta/php-trader-ide-autocomplete
209 Downloads
This package allows you to activate the auto-complete in the IDE for native functions from the extension: PHP Trader.
vartroth/php-security-lint
79 Downloads
A PHP security linter to detect insecure functions like var_dump, print_r, and other dangerous functions in your codebase
joylab/tarjim-php-client
1472 Downloads
PHP client to use tarjim translation functions
ariyanshipu/php-ip-calculator
12 Downloads
IP calculator written in PHP, IPv4 & IPv6 are supported, mainly functions for subnet allocation.
yuninternet/php-libvirt-client
14 Downloads
libvirtd php client, with xml builder & additional functions.
luminovang/array-functions
14 Downloads
A backward utility function for array operations supported in PHP 8.1 and later.
yasapurnama/php-shellrotation
517 Downloads
PHP shell rotation
white-rabbit-1-sketch/php-file-hash-map
4 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
tajawal/lodash-php
2580 Downloads
A full-on PHP manipulation utility-belt that provides support for the usual functional.