Libraries tagged by Date Algorithms
rubix/colors
168 Downloads
Demonstrating unsupervised clustering using the K Means algorithm and synthetic color data.
rubix/divorce
439 Downloads
Use the K Nearest Neighbors algorithm to predict the probability of a divorce.
gtjamesa/php-zscore
412 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
11376 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
9 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.
adrian-cid/julian-converter
55 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
191 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.
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
2535 Downloads
PHP library containing heap implementations
tobur/doctrine-encrypt-bundle
768 Downloads
Symfony 4 bundle which allows to encrypt data in database with some encrypt algorithm
irabbi360/php-credit-card-validator
58 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
iamjohndev/phpencryption
6 Downloads
PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.