Libraries tagged by Date Algorithms
hichxm/hyperloglog
35 Downloads
A PHP implementation of the HyperLogLog algorithm.
accredifysg/php-rdf-canonicalize
182 Downloads
A PHP implementation of the W3C RDF Dataset Canonicalization (RDFC-1.0) algorithm.
andydefer/algo-kit
121 Downloads
Algo KIT - Probabilistic data structures and algorithms for large-scale data processing in PHP
annaghd/php-credit-card-validator-plus
13329 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
mtkocak/algorithms
9 Downloads
Midori PHP Algorithms and Data Structures
siro-diaz/data-structures
79 Downloads
Data structures for PHP language
noorani-mm/encoder-algorithm
11 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
1093 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
174 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.
rubix/colors
179 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
wead/ahpd
62 Downloads
A modern, data-driven implementation of the Analytic Hierarchy Process (AHP) algorithm for objective, multi-criteria decision-making, replacing subjective pairwise judgments with real-world quantitative inputs.
seboettg/forest
2405 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
rubix/dota2
196 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
454 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.