Libraries tagged by Date Algorithms
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.
giahojnost/credit-card-validator
6 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
jyil/php-data-structure-algorithms
0 Downloads
php data structure algorithms
yousafsyed/algorithms
18 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
31 Downloads
This packages is useful for data encryption and decryption
noorani-mm/encoder-algorithm
5 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.
htmax/play-with-data-structures
0 Downloads
PHP Data Structures Code
securehash/securehash
17 Downloads
Class to encrypt data easily with hash algorithms
barseghyanartur/ska
317 Downloads
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
softnix/hierarchical
10 Downloads
Hierarchical Clustering with Agglomerative Clustering Algorithm
phpalgorithms/datatypes
1 Downloads
Implementation of many basic data types.
karpovigorok/leetcode
1 Downloads
Leetcode.com problem solve using php language
sinri/sadame
10 Downloads
PHP Fundamental Data Structure and Algorithm Realization
hsbmaulana/phpcollection
2 Downloads
Data Structure and Algorithm