Libraries tagged by negative
lamansky/fraction
61897 Downloads
A class that represents a fraction. Supports conversion to/from floats, mathematical operations, negative fractions, and Unicode stringification.
marcoconsiglio/bcmath-extended
222 Downloads
The BCMathExtended library extends the PHP BCMath extension adding more features like abs, min, max, random, factorial, type comparison between integer and decimal or positive and negative, modulo and power modulo with negative modulus (see more on BCMath extendsion http://php.net/manual/en/book.bc.php).
smoren/array-view
9 Downloads
Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.
heyitsmi/content-guard
7 Downloads
A content sanitization library to filter negative content and online gambling spam.
sandstein/magento2-module-negative-price-options
1 Downloads
This Module allows negative deviations for product options eg. children reductions for events
negative/simplescraper
18 Downloads
A (very) simple URL scraper that fetches title, description and images.
tonix-tuft/gloom
3 Downloads
A counting bloom filter with probabilistic deletion capabilities also allowing a risky deletion which may lead to false negatives if not carefully used.
tidycode/magento2-ai-fraud-detection
3 Downloads
Allows you to analyze orders placed and determine which of them are suspected frauds. You can specify the degree of personally acceptable risk or report fali positives and false negatives
smart-lib/base-converter
11 Downloads
Convert numbers between any base you want, including negative numbers and floating point numbers
sharpapi/php-travel-review-sentiment
0 Downloads
Analyze travel review sentiment using AI - POSITIVE/NEGATIVE/NEUTRAL scores
sharpapi/php-ecommerce-product-review-sentiment
0 Downloads
Analyze product review sentiment using AI - returns POSITIVE/NEGATIVE/NEUTRAL
nilsenpaul/slug-alert
185 Downloads
Warn your editors about the potentially negative side effects of changing slugs
mitmelon/sentiment
22 Downloads
Sentiment is a sentiment classifier. It uses a model of words that are categorised as positive, negative or neutral, and a naive bayes algorithm to calculate sentiment. To improve accuracy, Sentiment removes 'noise' words.
konstantind/otus-flexible-float-parser
5 Downloads
Flexible Float Parser is a lightweight PHP package that converts numeric strings with either a comma or a dot as a decimal separator into a float. It supports negative numbers and values without a leading zero (e.g., .5 → 0.5).
ealore/dateinterval
23 Downloads
This class extends PHP's \DateInterval class providing weeks+days and negative spec support