Libraries tagged by similar
tga/simhash-php
35239 Downloads
SimHash similarities algorithm implementation for PHP 5.3
schuhwerk/php-error-log-viewer
6365 Downloads
A single-file GUI for your php log files which groups similar errors. Written in PHP and Vue.js.
protonlabs/buffertools
45790 Downloads
Toolbox for working with binary and hex data. Similar to NodeJS Buffer.
nlpcloud/nlpcloud-client
11295 Downloads
NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, grammar and spelling correction, keywords and keyphrases extraction, chatbot, product description and ad generation, intent classification, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API. This is the PHP client for the API. More details here: https://nlpcloud.com. Documentation: https://docs.nlpcloud.com. Github: https://github.com/nlpcloud/nlpcloud-php
modernmcguire/mailthief
5516 Downloads
A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.
magium/configuration-manager
57074 Downloads
Provides a generic plugable configuration management interface similar to Magento
lupka/phpunit-compare-images
58203 Downloads
PHPUnit assertions for comparing image similarity.
lincanbin/php-pdo-mysql-class
4703 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
jelix/properties-file
46623 Downloads
classes to read and write properties files. Format is similar to Java properties files.
duncan3dc/uopz-expectations
158190 Downloads
Mock core functions and set up expectations similar to Mockery
demogorgorn/yii2-ajax-submit-button
110135 Downloads
AjaxSubmitButton renders an ajax button which is very similar to ajaxSubmitButton from Yii1.
cobweb/svconnector_csv
132818 Downloads
Connector service for reading a CSV or similar flat file
ccinn/husky-php
23889 Downloads
Similar to js-husky client git hook implementation
alvin0/redis-model
3424 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
henrik9999/string-similarity
5615 Downloads
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.