Libraries tagged by PHP Function
white-rabbit-1-sketch/php-file-hash-map
4892 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.
noprotocol/php-mysql-aes-crypt
92028 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
mrsuh/php-var-sizeof
10867 Downloads
Provides functions for getting full size of any PHP variable
mcaskill/php-html-build-attributes
34805 Downloads
Generate a string of HTML attributes.
bartlett/php-reflect
95662 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
vaened/php-search-engine
130606 Downloads
A flexible PHP search library that provides essential features for implementing search engines. It includes capabilities for filtering, indexing, and search functionalities. Designed to be easily extensible, it integrates seamlessly with different ORM frameworks to enhance search operations and manage complex queries.
shopblocks/php-ico
112294 Downloads
Provides easy-to-use functionality to generate valid ICO files. Adapted from the popular PHP_ICO library.
roderik/pwgen-php
581003 Downloads
pwgen-php is a simple PHP class which aims to clone the GNU pwgen functionality.
nette/safe
1315038 Downloads
🛡 PHP functions rewritten to throw exceptions instead of returning false or triggering errors.
php-extended/polyfill-php80-str-utils
190430 Downloads
A php implementation of string functions introduced in php8 and above
mpetrovich/dash
30277 Downloads
A functional programming library for PHP. Inspired by Underscore, Lodash, and Ramda.
stil/gif-endec
18801 Downloads
PHP GIF decoder and decoder with callback functions.
tommyknocker/pdo-database-class
6139 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
reflection/validator
196829 Downloads
Define a specification of PHP entity and check whether the particular item matches it.
php-standard-library/fun
61334 Downloads
Functional programming utilities for composing, decorating, and controlling function execution