Libraries tagged by base conversion
mucts/money
29 Downloads
Numeric amount case conversion
overdesign/password-mutator
2 Downloads
Password mutator library, generates case inverted password supporting accented characters conversion and first letter case toggle only
vasilevich/currencyconverter
32 Downloads
A simple currency converter purely converting currency without any additional overhead. is able to use Bank Of Israel, Bank Of Europe and Denmark as of now, as a base.
nahid/talk
56170 Downloads
Talk is a Laravel based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.
thewunder/croute
13150 Downloads
Convention based routing for PHP
thewunder/corma
12990 Downloads
Convention-based Alternative ORM
idr0id/papper
25626 Downloads
Papper is PHP convention-based object to object mapper
drupol/php-conventions
124544 Downloads
PHP conventions based on GrumPHP.
coliving/talk
25332 Downloads
This is fork from Nahid/Talk to change it works with new Laravel 8.x, 9.x, 10.x, 11.x and 12.x. Talk is a Laravel 8, 9, 10, 11 & 12 based realtime messaging, chatting and conversation system. It helps to develop users messaging, chatting and conversations in easy way.
fjw/color-compare
8053 Downloads
A library for converting colors (Hex, RGB, HSL, CIELAB (LAB), DIN-99) and calculating color distances based on DIN-99.
voral/version-increment
97 Downloads
A tool for semantic versioning and changelog generation in Composer projects based on Git commits.
knplabs/rad-resource-resolver
54629 Downloads
A routing resource resolver based on conventions
elegantmedia/oauth2-myob
491 Downloads
MYOB oAuth Client (based on League's conventions)
lebedevsergey/odt2xhtml
123 Downloads
A small library for converting documents in Open Document Format to HTML. Based on the code from https://github.com/hucste/Odt2Xhtml
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.