Libraries tagged by mal
maleficarum/environment
61468 Downloads
Maleficarum environment component
maleficarum/data
48916 Downloads
Maleficarum data component.
maleficarum/config
61496 Downloads
Maleficarum config component
maleficarum/command
57589 Downloads
Command component
maleficarum/auth
15070 Downloads
Maleficarum auth component.
maleficarum/api
9877 Downloads
API component
malc0mn/haproxy-config-builder
714 Downloads
HAProxy config file builder and processor.
malasuerte94/nova-status-indicator
2718 Downloads
Laravel Nova 4 Indicator Status Field
malanciault/threelci
27805 Downloads
malanciault/codeigniter-cli
8131 Downloads
A command-line tool for CodeIgniter 3.0
malak4web/laravel-rust-queue
191 Downloads
A high-performance, low-memory Laravel queue worker runner powered by a Rust daemon.
malago/flarum-ads
4801 Downloads
Origin by Flagrow. Bombarding your users with ads.
maltyxx/debugbar
15126 Downloads
PHP Debug Bar for Codeigniter 3
malkusch/php-index
19837 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
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.