Libraries tagged by BaseJS
bladewindui/core
112 Downloads
Shared foundation for BladewindUI — helpers, CSS variables, and base JS
mkocansey/bladewind-core
315 Downloads
Shared foundation for BladewindUI — helpers, CSS variables, and base JS
awema-pl/module-base-js
56 Downloads
Base for modules Awema.
williamdes/mariadb-mysql-kbs
1252509 Downloads
An index of the MariaDB and MySQL Knowledge bases
ui-awesome/html-core
41835 Downloads
Core HTML tag rendering foundation for PHP: abstract bases for block, inline, input, and void elements, lifecycle hooks, simple factory, and application-scoped config recipes.
delight-im/base-convert
1951 Downloads
Conversion of arbitrarily large numbers between any two bases or alphabets
wearejh/m2-unit-test-helpers
1042 Downloads
Unit testing helpers for Magento 2 code bases
ocubom/base-convert
14051 Downloads
Safe number conversion between arbitrary bases.
jooservices/exceptions
3261 Downloads
Shared exception contracts, context-aware bases, and secret redaction for the JOOservices ecosystem.
jeffersongoncalves/laravel-knowledge-base
468 Downloads
A Laravel package for building knowledge bases with articles, categories, versioning, and feedback
codingms/glossaries
2187 Downloads
TYPO3 Glossaries by coding.ms: Build SEO-friendly glossaries in TYPO3 with flexible list and optional detail views, categories, images, Open Graph and meta tags, plus view tracking for glossary entries. Manage everything in a dedicated backend module with extended permissions. Perfect for websites, knowledge bases, documentation platforms, and intranets that need structured terms, definitions, and better discoverability.
cheprasov/php-parallel
12714 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
aza/math
22763 Downloads
AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).
fabio/laravel-simple-bases
2919 Downloads
A set of base classes to help create projects with Laravel
stocker4all/luhn-mod-n
50892 Downloads
luhn-mod-n is a very simple solution to generate and verify luhn mod n checksums. Possible bases (value for n) are between 2 and 36. Luhn mod 10 is well known from the credit card number checksum. But also in different bases it can be useful to have this checksum functionality.