Libraries tagged by Date Algorithms
integralservice/doctrine-encrypt-bundle
15 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
irabbi360/php-credit-card-validator
66 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
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
55 Downloads
This packages is useful for data encryption and decryption
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
319 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