Libraries tagged by algm
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.
herroffizier/limcache
1477 Downloads
Non-persistent cache manager with LRU and MRU algorithms
gtfs/csa-php
44 Downloads
Simple routing algorithm based on CSA and GTFS
gevman/azure-thumbnails
18 Downloads
Create image thumbnails with help of Microsoft Artificial Intelligence, and show what needed! After uploading an image, a high quality thumbnail gets generated and the Computer Vision API algorithm analyzes the objects within the image, then crops it to fit the requirements of the “region of interest” (ROI).
gesinn-it/id-provider
130 Downloads
IDProvider is an extension to MediaWiki that provides (unique) IDs using different ID algorithms.
fieg/csp
23 Downloads
Implementation of a Constraint Satisfaction Problem algorithm in PHP
exchangecore/progressencode
37 Downloads
PHP implementation of the Progress OpenEdge ENCODE algorithm
everlution/redlock
25246 Downloads
An implementation of the Redlock algorithm
enzomc/php-fpgrowth
1032 Downloads
PHP implementation of the Frequent Pattern Growth algorithm
emma/searchengine
26 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
elliotsawyer/silverstripe-typesense
26 Downloads
Typesense is Lightning-fast, Open Source Search. No PhD required. Open Source alternative to Algolia + Pinecone + and an Easier-to-Use alternative to ElasticSearch and Solr. Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences. This enables Silverstripe to work with Typesense collections
dytechltd/laravel-countries
4314 Downloads
Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.
duzun/cycle-crypt
17 Downloads
Variable size symmetric key encryption algorithm
dmk/mkphpids
8801 Downloads
Currently the PHPIDS detects all sorts of XSS, SQL Injection, header injection, directory traversal, RFE/LFI, DoS and LDAP attacks. Through special conversion algorithms the PHPIDS is even able to detect heavily obfuscated attacks.
detain/rate-limit
231 Downloads
PHP rate limiting library with Token Bucket and Leaky Bucket Algorithms, based on palepurple/rate-limit, grandson to touhonoob/rate-limit, and jeroenvisser101/LeakyBucket