Libraries tagged by Algorithem
lia/lia_hyphenator
3121 Downloads
TYPO3 extension wrapping PHP word hyphenation using the TeX hyphenation algorithm for accurate text formatting.
lcobucci/jwt-rsassa-pss
34167 Downloads
An extension to lcobucci/jwt to handle RSASSA-PSS algorithms
kkiernan/caesar-cipher
18522 Downloads
Encrypt, decrypt and crack messages using the simple Caesar Cipher algorithm.
kiwa/link-obfuscator
8423 Downloads
Strong link obfuscation with PHP and JavaScript. Object-oriented, using the Rot47 algorithm. Hides https, email, phone and sms links from being crawled by spambots.
jp3cki/totp
24450 Downloads
RFC 6238 / TOTP: Time-Based One-Time Password Algorithm
jlorente/laravel-credit-cards
38531 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
jakhotiya/symspell-php
543 Downloads
Spelling correction & fuzzy search: 1 million times faster through Symmetric Delete spelling correction algorithm
hofff/contao-trueurl
5069 Downloads
Folderlike page alias' with different editing tools and an improved frontend page selection algorithm.
globus-studio/readsight
219 Downloads
Multilingual readability library for PHP — 86 languages, 17 formulas, TeX-based syllable counting via Frank M. Liang algorithm. Zero dependencies.
friendsofhyperf/rate-limit
1428 Downloads
Rate limiting component for Hyperf with support for multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket).
evit/php-gm-crypto
4889 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
esperecyan/url
8356 Downloads
Makes the algorithms and APIs defined by URL Standard (replaces RFC 3986 and RFC 3987) available on PHP. / URL Standard (RFC 3986、RFC 3987 を置き換える Web 標準仕様) で定義されているアルゴリズム、および API を PHP から利用できるようにします。
erikwang2013/snowflake-php
925 Downloads
A distributed unique ID generator based on Twitter's Snowflake algorithm, compatible with Laravel, Webman, ThinkPHP, and Hyperf.
enzomc/php-fpgrowth
4063 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
dsbaars/chacha20
12093 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.