Libraries tagged by Date Algorithms
selay/php-credit-card-validator
8465 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
gtjamesa/php-zscore
688 Downloads
Smoothed z-score peak detection algorithm (https://stackoverflow.com/questions/22583391/peak-signal-detection-in-realtime-timeseries-data/22640362#22640362)
annaghd/php-credit-card-validator-plus
11482 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
mtkocak/algorithms
8 Downloads
Midori PHP Algorithms and Data Structures
siro-diaz/data-structures
74 Downloads
Data structures for PHP language
noorani-mm/encoder-algorithm
10 Downloads
This package provides a simple encryption and decryption functionality for securing sensitive information in your PHP applications. It offers easy-to-use methods for encrypting plaintext data into ciphertext and decrypting ciphertext back into its original plaintext form.
kariricode/data-structure
115 Downloads
The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.
adrian-cid/julian-converter
65 Downloads
A PHP library for converting dates between the Gregorian calendar and Julian dates, with support for time precision down to seconds. Ideal for date manipulations, calendar conversions, and astronomical calculations.
seboettg/forest
2400 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
rubix/dota2
192 Downloads
Build a classifier to predict the outcome of Dota 2 games with the Naive Bayes algorithm and the results of 102,944 sample games.
rubix/divorce
443 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.
ionux/php-asn1-library
10 Downloads
This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.
bingo-soft/heap
2596 Downloads
PHP library containing heap implementations
hsbmaulana/phpcollection
7 Downloads
Data Structure and Algorithm
mrmiao/think-interface-encryption
199 Downloads
Base on TP framework encrypt the JSON-type interface request and return data by using the RSA algorithm