Libraries tagged by bbses
delight-im/base-convert
588 Downloads
Conversion of arbitrarily large numbers between any two bases or alphabets
aza/math
20935 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
2814 Downloads
A set of base classes to help create projects with Laravel
stocker4all/luhn-mod-n
49564 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.
makinacorpus/corebus
5225 Downloads
Command and event buses interface and logic.
ctohm/sii-async-clients
420 Downloads
SOAP and Curl bases asyncronous Clients for the chilean SII
cheprasov/php-parallel
12437 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
bizautomation/drupal-basesync
49 Downloads
Drupal8 - Database Synchronizer Base Class (not module)
wearejh/m2-unit-test-helpers
0 Downloads
Unit testing helpers for Magento 2 code bases
thunderer/numbase
2253 Downloads
Convert any number between arbitrary bases
rroek/entity-manager-bundle
307 Downloads
A small bundle that give you abstract bases to create your Symfony's Entity Managers
progpark/aliyun-mns-laravel
256 Downloads
Laravel queue driver bases on Aliyun Message Service(MNS).
israeldavidvm/database-auditor
11 Downloads
¡Optimiza tu diseño de bases de datos con database-auditor! ¿Quieres asegurarte de que tu base de datos esté libre de redundancias, anomalías y problemas de diseño? Con database-auditor, obtén las herramientas necesarias para validar formas normales, analizar dependencias funcionales y garantizar un diseño robusto y eficiente. ¡Prueba nuestra interfaz de línea de comandos y lleva tu base de datos al siguiente nivel!
artbit/base_convert
10760 Downloads
Base conversion utility that supports number bases from 2 to 64 (PHP's builtin base_convert supports number bases from 2 through 36)
ajgl/simple-bus-query-bus
22411 Downloads
Extension to simple-bus/message-bus to create query buses.