Libraries tagged by smartbit
artbit/base_convert
5 Favers
10756 Downloads
10756 Downloads
Base conversion utility that supports number bases from 2 to 64 (PHP's builtin base_convert supports number bases from 2 through 36)
mattb-it/larepo
4 Favers
20 Downloads
20 Downloads
A Laravel repository pattern implementation
artbit/isget
1 Favers
60 Downloads
60 Downloads
This is a handy little helper function that is used to replace the common pattern of isset($a, $a['b']) ? $a['b'] : $c; which can be ugly and redundant.