Libraries tagged by determine
steverobbins/magento-version-identification
7709 Downloads
A compiled list of files and their md5 hashes used to determine a Magento site's version
s25/itin-ru
3937 Downloads
Determines Russian Individual Taxpayer Identification Number, rus. ИНН, by passport data
pixelbrackets/not-empty
3771 Downloads
not empty() - Adds methods to determine whether a variable is blank or present - Inspired by Ruby on Rails
nunomaduro/laravel-any
9 Downloads
Determine if any item from the collection passes the given truth test.
michaeldrennen/schema-change
3187 Downloads
A PHP library that handles MySQL query exceptions to determine if you need to make a change to your schema.
ksk88/weighted-lottery-php
3147 Downloads
weighted-lottery-php provides a not equality shuffle function. Determine is based on each choice's proportion of the total weight.
kba-team/version
13903 Downloads
Determine your project version from either a commit.json or from your git repository.
garybell/password-validator
110040 Downloads
Password validation determined by password entropy
futuretek/cron-expression
9311 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
enterdev/cron-expression
1964 Downloads
CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
dragon-code/which-color
7083 Downloads
A simple helper, helping to determine what color the text will look better over a monotonous color.
angus-dv/captcha
61 Downloads
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security measure used to determine whether a user is a human or a bot. It helps prevent automated software from abusing online services, protecting websites from spam, fraud, and other malicious activities.
bravesheep/database-url-bundle
38364 Downloads
Determine Symfony2 database settings from a single URL-based parameter
worlddirect/sysfilefinder
56 Downloads
This extension contains a backend module to show the path of a sys_file entry with a specific id. Also it can use fal_securedownload extension links to determine the sys_file id.
white-rabbit-1-sketch/php-file-hash-map
3 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.