Libraries tagged by Date Algorithms
jolicode/structured-data
99 Downloads
A PHP toolkit to validate and convert structured data: Schema.org and Google Rich Results validation, microdata/RDFa/JSON-LD extraction, and the W3C JSON-LD 1.1 algorithms.
php-standard-library/graph
152 Downloads
Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection
accredifysg/php-rdf-canonicalize
441 Downloads
A PHP implementation of the W3C RDF Dataset Canonicalization (RDFC-1.0) algorithm.
selay/php-credit-card-validator
9591 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
irabbi360/php-credit-card-validator
863 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
1112 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
13502 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
1101 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.
rubix/colors
180 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
2406 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.