Libraries tagged by Date Algorithms
rubix/divorce
455 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.
ghostjat/pml
9 Downloads
High-performance Tensor library for PHP utilizing FFI, OpenBLAS, and zero-copy memory operations.
bingo-soft/heap
2733 Downloads
PHP library containing heap implementations
andydefer/algokit
36 Downloads
Algo KIT - Probabilistic data structures and algorithms for large-scale data processing in PHP
imaddev/php-credit-card-validator
33 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.
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
jyil/php-data-structure-algorithms
0 Downloads
php data structure algorithms
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
haitian/data-structures-and-algorithms-in-php
6 Downloads
Classic algorithms and data structures implemented in PHP.
thegiant/algorithms
71 Downloads
This packages is useful for data encryption and decryption
htmax/play-with-data-structures
0 Downloads
PHP Data Structures Code
kduma/simple-dal-data-integrity-contracts
3 Downloads
Simple DAL - Integrity algorithm contracts and interfaces
adrian-cid/julian-converter
178 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.