Libraries tagged by plotting
jardisadapter/dbconnection
18 Downloads
PDO connection pool for PHP with read/write splitting, round-robin load balancing across replicas, and automatic health checks — supports MySQL, PostgreSQL, and SQLite; a building block of the open-source foundation that Jardis-generated DDD code runs on
developer-unijaya/laravel-ai-chatbox
26 Downloads
Drop-in AI chatbox widget for Laravel with RAG, streaming, Vue 3 frontend, and support for Ollama, OpenAI, Groq, and any OpenAI-compatible API.
code-distortion/realnum
13950 Downloads
Arbitrary-precision floating-point maths with locale-aware formatting - integrated with Laravel or stand-alone
rottingham/emailvalidator
61 Downloads
Validate Email Address and use SMTP Lookup to verify MX Record lookups
floatingpoint/gravatar
757 Downloads
Gravatar library with Laravel 5 support.
zircote/api-problem
20 Downloads
An Api Problem Exception implementation in PHP. See: http://tools.ietf.org/html/draft-nottingham-http-problem for the latest on the specification
yu-dev/module-ai-chat
9 Downloads
Magento 2 AI shopping assistant: floating chat widget for natural-language product search, recommendations, and Q&A — plus a conversation analytics dashboard for merchants.
studi-assist/typo3-chatbot-widget
209 Downloads
TYPO3 extension that adds a floating bottom-right chatbot widget and opens an iframe to a configured chatbot URL.
phpexperts/money
12 Downloads
A PHP library for a precise money handling data type. Avoids floating point rounding errors.
perfcom/magento2-devbar
1427 Downloads
This module adds a floating bar to the frontend with useful information and shortcuts for developers.
neochief/syllable
968 Downloads
Text syllable splitting and hyphenation using Frank M. Liang's TeX algorithm.
mage2kishan/module-whatsapp
58 Downloads
WhatsApp Integration for Magento 2 — floating chat button, product page inquiry button, and category page assistance banner. Supports Hyva and Luma themes with CSS variable-based styling.
mage2kishan/module-performance-debugger
19 Downloads
Production-grade Magento 2 frontend performance debugger and profiler. Tracks block render time, observers, plugins, layout XML, DI resolution, DB queries (slow + duplicate + N+1), memory, and full page timeline. Surfaces a floating storefront toolbar with bottleneck detection, severity scoring, suggested fixes and estimated savings. Supports XLS + PDF report export and per-collector toggles.
kellerkinder/fancy-sorter
2173 Downloads
Fancy Sorter is a small library that offers several sorters for specific use classes often known and seen in ecommerce projects that offer clothing products.
jardissupport/repository
10 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on